Array.PopBack() Method

Top 

Description

Removes the last value of the Array and returns its value. If the Array is empty, an error occurs.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

Array.PopBack(

)

 

 

Return Value

Type:

number

 

 

The last value in the Array.

 

Syntax

myVariable1 = myArray1.PopBack();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide