On Friday, August 8, 2003, at 12:03 AM, Alex Rice wrote:


put fld "winners" into theWinners

repeat for each line theLine in theWinners

I think what he is saying is that that is equivalent to this


repeat for each line theLine in fld "winners"

and that the compiler essentially does what you have.

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to