Hallo, gibt es eine Moeglichkeit wahlweise Code auszufuehren? Soetwas in folgender Form:
Code:
begin
if choice = true then
{for i = 0 to Max do
for j = 0 to Max do
begin}
else
{repeat}
Berechnungen ...
if choice = true then
{end;}
else
{until ...}
end;
also entweder eine For-Schleife oder eine repeat until Schleife?
Gutelo
end;