DIM
DIM variable[(size[,...])] AS type
Declares variable as a variable of type type.
The following types can be used:
- Base types:
STRING,INTEGER,BOOLEAN,DOUBLEorTIME - Objects:
FILE,XMLPARSE,XMLRECORD,DBCONNECTION,DBRECORDSET,ALERT,PING,ESPA,FTPCLIENT,LOGVIEW,MAIL,SIA,SNMPTRAP,WINEVENTLOG, ...
It is possible to declare arrays with one or more dimensions using size.