| Maptitude GISDK Help |
Caliper Script supports the following types of variables:
| Type | Contents |
|---|---|
| Integer | Integer value between -2,147,483,646 and 2,147,483,647 |
| Real | Double precision floating point value between -3.4E-38 and 3.4E+38 |
| String | Variable length string, with no practical limit on its length |
| Array | Array with any number of elements and mixed types |
| Vector | Array with any number of elements of the same type |
| Compound | Compound variable |
| COMObject | COM object |
| Object | Object created from a class |
| Boolean | True or False |
| Null | No value |
You can use TypeOf() to find out the type of a variable.
For more information, see...
See also...
| ©2025 Caliper Corporation | www.caliper.com |