Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


SYNTAX:
 
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

  • No labels