Array.PushFront(Variable) Method

Top 

Description

Adds the specified value to the start of the Array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

Array.PushFront(

Variable value)

 

 

Arguments

value


Description:

The value to add.

 

 

 

Syntax

myArray1.PushFront(myVariable1);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide