|
|
Browse by Tags
All Tags » Do Loops (RSS)
-
A Do Loop can be used to execute a fixed block of statement an indefinite number of times. One common use of DO Loops in a macro is to loop through records in a file until either the end of file is reached or the criteria for the loop is no longer true. The syntax for a DO Loop is:DO{Condition1 Statement1; ...
|
|
|