Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
NEXT Statement (DataBasic) (m618703+next_s.htm)
Used in conjunction with a FOR statement to mark the end of FOR/NEXT construct.
NEXT variable
variable should be the same as the variable used in the corresponding FOR statement (although currently this match is not verified by the compiler).
Refer to the description of the FOR statement.