StringArray.Capacity Property

Top 

Description

The amount of memory that is reserved for the StringArray in units of number of elements. The Capacity will equal the maximum Dimension that the StringArray has had, unless it is set to a different value. The capacity can never be smaller than the current StringArray Dimension.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

10

Valid Range:

StringArray.Capacity ≥ 0

 

Syntax

myVariable1 = myStringArray1.Capacity;

 

myStringArray1.Capacity = myVariable1;

 

See also

StringArray Object

Parsing Arbitrary String Data