Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

arrayAddElementIfNotExist(arrayName, elem)

Package

array

Alias

addElementIfNotExist(arrayName, elem)

Pkg Usage

addElementIfNotExist(arrayName, elem)

Description

Excerpt
hiddentrue
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.

...