DataBasic Reference > Statements and Intrinsic Functions > N > NEXT Statement

Comment on this topic

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.

Reality V15.0 ()

NEXT Statement (DataBasic) (m618703+next_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

NEXT Statement

Used in conjunction with a FOR statement to mark the end of FOR/NEXT construct.

Syntax

NEXT variable

Syntax Elements

variable should be the same as the variable used in the corresponding FOR statement (although currently this match is not verified by the compiler).

Operation

Refer to the description of the FOR statement.

RealityV15.0Comment on this topic