Versions Compared

Key

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

This routine is available starting with katl-commons SIL Engine™ 1.0.

Syntax

arrayAddElement(arrayName, elem)

...

addElement(arrayName, elem)

Parameters

Parameter name

Type

Required

Description

arrayName

array

Yes

Array the new element is added to.

elem

any

Yes

Element to be added. Must be the same type as the array type.

Return Type

array

Example

Example 1

...