EXIT FOR
EXIT FOR will terminate a FOR…NEXT loop.
Only one space is allowed between the two words.
See also:
DO LOOP
DO LOOP UNTIL
DO WHILE LOOP
EXIT
FOR TO STEP
LOOP UNTIL
NEXT
WHILE WEND
Electronic Products for Creative Minds
EXIT FOR will terminate a FOR…NEXT loop.
Only one space is allowed between the two words.
See also:
DO LOOP
DO LOOP UNTIL
DO WHILE LOOP
EXIT
FOR TO STEP
LOOP UNTIL
NEXT
WHILE WEND
EXIT FUNCTION provides an early exit from a defined function.
Only one space is allowed between the two words.
See also:
END FUNCTION
END SUB
EXIT SUB
FUNCTION
LOCAL
SUB
EXIT SUB provides an early exit from a defined subroutine.
Only one space is allowed between the two words.
See also:
END FUNCTION
END SUB
EXIT FUNCTION
FUNCTION
LOCAL
SUB