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

StringArray Class

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

The StringArray class is unsuitable for storing JADE identifiers (for example, the names of schemas, classes, forms, and methods), which have lengths up to 100 characters. The JadeIdentifierArray class can be used for this purpose.

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