...
SYNTAX:
xpfCastValue (value : GENERIC;
newDatatype : INTEGER)
castedValue : GENERIC;
To be completed
The function xpfCastValue
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCastValue (value : GENERIC;
newDatatype : INTEGER)
castedValue : GENERIC;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
GENERIC | value | comments |
INTEGER | newDatatype |
Return Value
...
Type | Name | Comment |
GENERIC | castedValue | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|