All Tags »
Do Loops »
NPR (RSS)
Sorry, but there are no more tags available to filter with.
-
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; ...