On 29/11/08 at 21:51 +0100 Melitón Cardona Torres apparently wrote:
repeat with x = 1 to the number of chars of upText
put char x of upText into aChar
....
end repeat
could be
repeat for each char aChar in upText
....
end repeat
Robert
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
