Name |
Value (INT) |
The value of the selected item ... |
---|---|---|
1 |
... consists of a number of characters and is interpreted as text. |
|
2 |
... is interpreted as a number. A conversion to the corresponding numerical data type (for example, INT or REAL) is supported. |
|
3 |
... represents a boolean type. The value is either TRUE or FALSE. |
|
4 |
... is null. |
|
5 |
... is an array. |
|
6 |
... is an object. |
|
7 |
... is the same as TypeString, but the value is truncated based on the global parameter specifying the maximum length (GPL.Gc_uiJsonMaxLengthOfValue). |
|
8 |
... is invalid. |