Download Chapter 1 EasyBuilder Pro Installation and Setup Guide

Transcript
Macro Reference
Syntax description:
while
Must be used to begin the statement
continue
Required. This is the controlling statement. When it is TRUE, the loop
begins execution. When it is FALSE, the loop terminates.
return [value]
Statements to execute when the evaluation is TRUE.
wend
Indicates the end of the while-end statements
18.4.5.3 Other Control Commands
break
Used in for-next and while-wend. It skips immediately to the end of the
iterative statement.
continue
Used in for-next and while-wend. It ends the current iteration of a loop
and starts the next one.
return
The return command inside the main block can force the macro to stop
anywhere. It skips immediately to the end of the main block.
374