Specifies the maximum number of loop cycles for all loops in a formula. The default value is 100000. An error will occur, if the maximum number of loop cycles was exceeded.
Option Loop <limit>
Option Loop 1000;
Local NumberVar i;
StringVar string := "";
For i := 1 To 10000 Step 1 Do (
string := string + "a"
);
i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.