BASIC Clauses

The following BASIC clauses are presented:

capturing Clause

Resumes the capturing effect from the previous execute...capturing statements in a FlashBASIC or BASIC program.

do Clause

Optional clause that is used with the loop statement.

else Clause

Inline clause for the if statement to execute when it evaluates to false.

locked Clause

Used when the requested item is locked and waiting is not desired.

onerr Clause

Identifies the statements to execute when an error occurs during statements that perform operations on peripheral storage devices.

on error Clause

Specifies a statement list, which is run if an update fails due to a lost network connection or a callx that executes an inputerr statement.

setting Clause

Defines the variable to receive the index results of a get or locate statement.

then Clause

Specifies which statements to execute when the conditional statement evaluates to true.

until Clause

Specifies a termination condition for a for...next or loop constructs.

while Clause

Specifies a continuation condition in a for...next or loop construct.