$array.add

This function add some values or a other array to this array.
Syntax
    $array.add{array}{value/array2}
DocumentationThis function add some value or a other array to this array:

    Paramter:
      array - is the array where you will add the values
      value/array2 - the value or an other array you will add to the current array
    Returns:
      none
    Throws:
      none
Examples
Example1:
    $setCurrent{my_array}{$array.new{}}
    $array.add{$array.get{my_array}}{value}

Example2:
    $setCurrent{my_array}{$array.new{}}
    $array.add{$array.get{my_array}}{value}

    $setCurrent{my_array2}{$array.new{}}
    $array.add{$getCurrent{my_array2}}{$getCurrent{my_array}}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2