Previoussize Up
sequencedcollection

sequencedcollection Method withDo

Cause the message amessage to be sent for each character of this collection. amessage should be a CallBack pointing to a method which expects two elements as parameters. Each time the callback is invoked, the first parameter will be the element from this collection, and the second parameter will be the corresponding element from the other collection acollection. If acollection is of different size to this collection then raise an exception.

Using Parameters
acollection OBJECT
amessage OBJECT