StringArray Class

The StringArray class is an ordered collection of String values with a length less than or equal to 15,999 characters. However, you can subclass the StringArray class and specify a different length for the strings in the array.

The values are referenced by their position in the collection.

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

Array

JadeIdentifierArray