Developer Documentation Library > Scripting > mrScriptBasic overview > mrScriptBasic language reference > Script constants > Type constants
 
Type constants
The following table defines the data type constants that are built into mrScriptBasic. You can use these constants anywhere in a script.
Constant
Value
Description
mr.None
0
Uninitialized or empty
mr.Double
6
Double subtype
mr.Long
1
Long subtype
mr.Text
2
Text subtype
mr.Categorical
3
Categorical subtype
mr.Date
5
Date subtype
mr.Object
4
Object subtype
mr.Boolean
7
Boolean subtype
For an example of using one of these constants, see With.
See also
Data types
Script constants
mrScriptBasic language reference