...
SYNTAX:
xpfCompareValues (value1 : GENERIC; operatorAndOptions : INTEGER; typeString : STRING; datatype : INTEGER; value2 : GENERIC) result : BOOLOEAN;
To be completed.
The xpfCompareValues function returns
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCompareValues (value1 : GENERIC;
operatorAndOptions : INTEGER;
typeString : STRING;
datatype : INTEGER;
value2 : GENERIC)
result : BOOLOEAN;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
GENERIC | value1 | comments |
INTEGER | operatorAndOptions | |
STRING | typeString | |
INTEGER | datatype | |
GENERIC | value2 |
Return Value
...
Type | Name | Comment |
BOOLOEAN | result | comments |
Options
...
Option | Comment |
XPXSOMEOPTION | comment |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|