Info | ||
---|---|---|
| ||
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. |
...