DataType Function
Relevance:
Variable occurrences within this function do not contribute towards the overall relevance of those variables.
Consequently, such variables must occur in at least one other context for them to be considered relevant.
Description:
The data type, as text, of a value.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Any | The value. |
Examples:
Expression | Result |
|---|---|
DataType( "ABC" ) | "String" |
DataType( List("A","B","C") ) | "String*" |
DataType( -3.5 ) | "Float" |