StringArray.Empty() Method

Top 

Description

An empty string array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

StringArray.Empty(

)

 

 

Return Value

Type:

Array of string (size = 0)

 

 

Returns an empty string array.

 

Syntax

myStringArray1 = StringArray.Empty();

 

 

See also

StringArray Object

Parsing Arbitrary String Data