...
Code Block | ||||
---|---|---|---|---|
| ||||
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. Ee.g. ?"type1.type2.type3?.".
Arguments
...
Type | Name | Comment |
GENERIC | valueToBeTyped | |
STRING | theDottedPath | comment |
GENERIC | typedValue |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|