HugeStringArray Class

The HugeStringArray class is an ordered collection of large objects of type String; that is, String objects with a length in the range 0 through 15,999 characters.

Huge strings, with a membership of up to 15,999 characters, are referenced by their position in the collection.

Huge string arrays inherit the methods defined in the Array class.

The bracket ([]) subscript operators enable you to assign values to and receive values from a HugeStringArray.

Array

(None)