/
xpfGetStringMap
xpfGetStringMap
FUNCTION xpfGetStringMap(mapTableIndex : INTEGER; stringKey : STRING) instance: GENERIC;
The xpfGetStringMap function is used to find an instance that has previously been connected to an alphanumeric key by the xpxMapString function. The argument <mapTableIndex> must be the same as used in the related xpxMapString function. The instance found is returned in the instance argument. If no instance is found connected to the <stringKey> then the <instance> argument is set to xpxNullId.
Arguments
Type | Name | Comment |
INTEGER | mapTableIndex | |
STRING | stringKey | comments |
Return Value
Type | Name | Comment |
GENERIC | instance | comments |
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
xpfGetStringMapEx
xpfGetStringMapEx
More like this
xpxGetStringMap
xpxGetStringMap
More like this
xpxMapString
xpxMapString
More like this
xpxMapInteger
xpxMapInteger
More like this
xpxResetMappingTable
xpxResetMappingTable
More like this
xpxDeleteMapStringEntry
xpxDeleteMapStringEntry
More like this