The following data types are available in TIS.
Name | Description |
---|
Integer | 32bit integer number (from -2,147,483,648 to 2,147,483,647) |
Long | 64bit integer number (from 9,223,372,036,854,775,808 to 9,223,372,036,854,775,807) |
Decimal number | Number with decimal places from ±5.0 × 10−324 to ±1.7 × 10308 |
Boolean | Two values, 0/1 (resp. true/false, yes/no) |
Date/Time | Date and time in the format DD/MM/YYYY hh:mm |
Text | Arbitrary string with at most 4,000 characters |