Basic Syntax CrystalClear Syntax

Option Loop


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.

Usage:

Option Loop <limit>

Examples:

Option Loop 1000;

Local NumberVar i;
StringVar string := "";

For i := 1 To 10000 Step 1 Do (
    string := string + "a"
);

See also:


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.

This page is: very poor very good
Comment: