Subject: for loop iterator, next object
From: "lpgauth gmail.com" <lpgauth@gmail.com>
Date: Wed, 5 Dec 2007 05:35:01 +0900
Assume I have:
for user in @Users
put user.name
put user.name #I want this to be next object in @Users
end
I want the second user.name to be the next object in the list. Is
there a way to do this?
Thanks in advance,
LP