Script Variable Data Types

There are four data types with different value ranges and permitted values that restrict the type of values you can assign to script variables. Declare the data types when you define a variable using a :DEFINE script statement.

The following data types are available:

Note: You cannot change the data type of a variable.

Warnings:

Tip: You can use a script function to convert the data type of a value to a different data type. For more information, see CONVERT.

See also:

seealso

Script Elements and Syntax

Working with the Script Editor

Variables and VARA Objects

:DEFINE