to Statement

Purpose:

Part of a for next construct.

Syntax:

to

Comments:

Example:

for j = 1 to 10

next

for j = 10 to 1 step -1

next