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

Version 1 Current »


 
SYNTAX:
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?.

  • No labels