Andy Kriger wrote:
>i would like to retrieve a list of all the rows in a table. i tried
>using table.elements() but the enumeration does not return the rows in
>the same order as they were added (which doesn't help since the order is
>important). is it possible to retrieve an array/list of TR elements in a
>table in the order that they were added?
>
Try table.keys()
-stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]