Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Dim Statement
Current Help File: PC-DMIS Basic (View Core Help)
Dim variablename[(subscripts)][As Type][,name][As Type]]
Allocates storage for and declares the data type of variables and arrays in a module.
The types currently supported are integer, long, single, double and string and variant.
While it may be possible in some cases to use variables without declaring them with the Dim statement first, doing so is not supported in Enable BASIC and may cause problems in your code.
More: