#END

The #END compiler command identifies the end of a WHILE loop or an IF/ELSE loop.

Syntax

#END

Parameters

None

When Became Available

Profile v6.3

Example

#WHILE rs.next()

set ABC(rs.getCol(1)) = rs.getCol(2)

#END