Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > HugeStringArray Class

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 2,047 characters.

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.

Array

(None)