The HugeStringArray class is an ordered collection of large objects of type
Huge strings, with a membership of 2,047 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 huge string array.
(None)