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

arrayDeleteElementAt(array, index)

Package

array

Alias

deleteElementAt(array, index)

Pkg Usage

deleteElementAt(array, index)

Description

Excerpt
hiddentrue
If index is less than the array size, returns a new array without the element at the specified index.

...