Array.PushBack(Variable) Method

Top 

Description

Adds the value of the specified variableArgment to the end of the calling Array, increasing the dimension of the Array by one. Returns the new dimension of the Array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Array.PushBack(

Variable variableArgment)

 

 

Arguments

variableArgment


Description:

Variable to be added to the back of the Array.

 

 

 

Return Value

Type:

number

 

 

Returns the new dimension of the Array.

 

Syntax

myVariable1 = myArray1.PushBack(myVariable2);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide