To properly display this page you need a browser with JavaScript support.
×
Menu
Index
Search
Search
Search
Control Basic Programming
NEXT
Previous page
Next page
Print version
To properly display this page you need a browser with JavaScript support.
NEXT
Purpose:
Looping control. Used in conjunction with FOR.
Format:
NEXT [a[,b,...c]]
Description: a,b, and c are variables used as counters in FOR statements
Example:
also see FOR 100 NEXT 120 NEXT A
130 NEXT B , C , D