User guide

45
VTB USER GUIDE
10.2 Declaration of the function internal variables
Syntax
Dim varname as type
The syntax of instruction dim is composed by the following elements:
varname Mandatory. Name of the variable.
type Mandatory. Type of the variable. It can be of any types except ARRAYS, STRUCTURES or
BITS.
Example
dim var as long
dim var1 as uint
dim var2 as float