Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.8.0.11.

Syntax

arrayStructMap(structArray, field);

...

Excerpt

Returns an indexed array of structs mapped to a given field name.

Parameters

Parameter name

Type

Required

Description

Struct ArrayArray of StructsYesAn array of structs to be indexed.
FieldStringYesName of the field to use as the indexer.

...