Versions Compared

Key

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

This routine is available starting with SIL Engineā„¢ 1.0.

Syntax

arrayAddElementIfNotExist(arrayName, elem)

Package

array

Short Name

addElementIfNotExist (only when using package)

Description

Excerpt

If elem is an element of the array type, returns a new array that includes the specified element at the end. The element is added only if it is not already in the array.

...