xpxGetDatatype
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.
Â