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

« Previous Version 2 Current »


 

 

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

 


 

TypeNameComment
GENERICanyValuecomment
INTEGERdatatype 

 

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.

 

 

  • No labels