Page 1 of 1
repeat for each
Posted: Tue Jun 17, 2008 12:43 pm
by Andycal
I've got a container called 'thisReplacers' and it should have a bunch of lines in it.
I want to process each line, so I've done the following:
Code: Select all
repeat for each line in thisReplacers
....do stufff.
end repeat
But it won't compile. Have I typed something stupid?
Posted: Tue Jun 17, 2008 1:43 pm
by TEDennis
Code: Select all
repeat for each line tLine in thisReplacers
....do stuff with tLine
end repeat
Posted: Tue Jun 17, 2008 1:54 pm
by Andycal
Ahhhh!
Once again to the rescue! I owe you a couple of beers now buddy!
Posted: Tue Jun 17, 2008 2:33 pm
by TEDennis
Thanks for the offer for the beers, but I don't drink. How about a couple of tickets for an Alaskan cruise? My wife would be very appreciative.
Did you notice that we both registered the same day? 10 Apr 2006
Karma, and all that stuff.
Posted: Tue Jun 17, 2008 3:38 pm
by Andycal
TEDennis wrote:Thanks for the offer for the beers, but I don't drink. How about a couple of tickets for an Alaskan cruise? My wife would be very appreciative.
Did you notice that we both registered the same day? 10 Apr 2006
Karma, and all that stuff.
LOL!
Tell you what, if this software I'm writing makes me squillions of dosh, the cruise is yours!