FUNCTION xpxGetDatatype (anyValue : GENERIC; VAR datatype : INTEGER) status : INTEGER;
The xpxGetDatatype function returns the data type of the specified value anyValue through the data type argument. The data type is returned as a built in integer constants as follows:
xpxINTEGER | INTEGER |
xpxREAL | REAL |
xpxBOOLEAN | BOOLEAN |
xpxLOGICAL | LOGICAL |
xpxSTRING | STRING |
xpxBINARY | BINARY |
xpxENUMERATION | ENUMERATION |
xpxINSTANCE | INSTANCE |
xpxAGGREGATE | AGGREGATE |
xpxNUMBER | NUMBER |
xpxINDETERMINATE | INDETERMINATE (i.e., unset value) |
xpxSELECT | SELECT |
Arguments
Type | Name | Comment |
GENERIC | anyValue | comment |
INTEGER | datatype |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.