Previouskeys Up
dictionary
keysdoNext

dictionary Method keysAndDatado

Send aMessage for every association within the dictionary passing each key and data item associated with the association as a parameter. aMessage should be a CallBack pointing to a method which expects two parameters; the key and the data. For more information see the topic Collection Iterator Methods in the on-line documentation.

Using Parameters
amessage OBJECT