Loop between the two values.
AS assigns the current value to a variable.
for i to j as ?a
i start j finish ?a variable
Source for 2 to 4 as ?i ?print "FOR = ?i" nextExecution FOR = 2 FOR = 3 FOR = 4

Loop between the two values.
AS assigns the current value to a variable.
for i to j as ?a
i start j finish ?a variable
Source for 2 to 4 as ?i ?print "FOR = ?i" nextExecution FOR = 2 FOR = 3 FOR = 4