Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > Associating External Dictionary Key Access Using Subscript Notation

Associating External Dictionary Key Access Using Subscript Notation

The bracket ([]) substring notation provides you with a shortcut for the ExternalDictionary class getAtKey method that supports random access with a key equal search condition, as shown in the following example.

customer := customers[name];