Array.ClearArray() Method

Top 

Description

Deletes all elements of the Array, changing the Array Dimension to Zero (0).

 

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.

 

Method Signature

Array.ClearArray(

)

 

 

Return Value

Type:

number

 

 

Returns 0.

 

Syntax

myVariable1 = myArray1.ClearArray();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide