StringArray.ClearArray() Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Method Signature

StringArray.ClearArray(

)

 

 

Return Value

Type:

number

 

 

Returns 0.

 

Syntax

myVariable1 = myStringArray1.ClearArray();

 

 

See also

StringArray Object

Parsing Arbitrary String Data