Control Structures

The following control structures are supported:

The "if" in "end if" and the "select" in "end select" are not optional.

You can also write functions and subroutines.

Functions and subroutines must be defined before they are used.

Parameters in functions and subroutines can be defined byref or byval, byval being the default, except for arrays.

Notes:


www.belle-nuit.com - 11.6.4