> The easiest & fastest method is to use the "repeat for each" loop,
> which would go like this:
>
> on mouseUp
>   repeat for each char tCurrentLetter in field "Phrase"
>   -- do something with it
>   end repeat
> end mouseUp
>
> "repeat for each" works by setting the loop variable to the next
> specified chunk each time through the loop. It is really fast and
> while the syntax takes a bit of getting used to, it will pay off if
> you can make yourself use it.
>
> HTH,
> Sarah
> not even thinking about giggling :-)


Arrrgh... and to think I was SOoooo close in my earlier attempts.
I've been digging through the documentation and Dan's book all evening
and knew that "repeat for each" was what I needed... just couldn't get
the syntax quite right.

As far as the giggling goes, have at it! ...I'm accustomed to it and
don't mind a bit. =)

Thank you very much Sarah!

-Dave-
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to