/
xpxSetTypePathByString
xpxSetTypePathByString
FUNCTION xpxSetTypePathByString (valueToBeTyped : GENERIC; theDottedPath : STRING; VAR typedValue : GENERIC) status : INTEGER;
The xpxSetTypePathByString function types a value according to a string in "dot string notation", i.e. theDottedPath is a string containing type names separated with dots. e.g. "type1.type2.type3".
Arguments
Type | Name | Comment |
GENERIC | valueToBeTyped | |
STRING | theDottedPath | comment |
GENERIC | typedValue |
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.
, multiple selections available,
Related content
xpfGetTypePathString
xpfGetTypePathString
More like this
xpfGetTypePathIdAggr
xpfGetTypePathIdAggr
More like this
xpfGetDatatype
xpfGetDatatype
More like this
xpxGetInstanceType
xpxGetInstanceType
More like this
xpfCompareValues
xpfCompareValues
More like this
xpxGetAggrType
xpxGetAggrType
More like this