en:exitfor

Exit For (Statement)

Format

for var = n to m
   statement(s)
   exit for
   statement(s)
next var

Description

Causes program execution to jump to the first statement following the for statement.

See Also

New To Version

0.9.9.68

en/exitfor.txt · Last modified: 2014/02/07 12:23 by admin