Prev
Open Object Rexx
Next
5.3.4.2. appendAll
>>-appendAll(collection)---------------------------------------><
Appends all items in collection to the end of the target collection. The
collection
may be any object that implements an allItems() method.
Prev
5.3.4. The OrderedCollection Class
Up
Home
Next
5.3.4.3. delete