
This statement is used to create a list of Artwork, Comments, General Encapsulated Object, Lyrics, Unique File Identifier, User Defined Text Information, User Defined URL or Unhandled items. The list can be used as an enumerator to the Repeat With statement such that every item in the specified field can be processed.
You can save the enumerator list to a track or named variable.
In Artwork enumerators each list item is an index suitable to be used in an Indexed Artwork statement. For the other field types each list item is a either description field or an index suitable to be used for matching in a User Defined statement.
General Encapsulated Objects are returned as a list of four fields delimited by the Default List Delimiter (\~). The four fields are the description, mime type and filename components followed by the length in bytes of the data.
A newline character (\n) is used as the delimiter when creating the list.
When an action is running grouped, this statement will always provide an enumeration for every existing item.
When an action is running stepwise, the statement operates as follows:
Note that when enumerating types other than Artwork and you are running stepwise, an index list is more than likely meaningless.