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];