Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.8.0.11. |
Syntax
arrayStructMap(structArray, field);
Package
array
Short Name
structMap (only when using package)
Description
Excerpt |
---|
Returns an indexed array of structs mapped to a given field name. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Struct Array | Array of Structs | Yes | An array of structs to be indexed. |
Field | String | Yes | Name of the field to use as the indexer. |
...