Array.Pop Property

Top 

Description

Returns the numeric value of the last element in the Array. After the value is returned, the value is removed from the Array, reducing the Array Dimension by 1.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read

 

Syntax

myVariable1 = myArray1.Pop;

 

See also

Array Object

Matrix, Array, and Variable Math Guide