Hi folks,
In the best tradition of newbie's everywhere, I'm stuck without the
benefit of an "AhHa!" moment... Basically, I'm pleading for help.

I'm trying to iterate through the contents of a text field (of varied
length), acting on each character. As my script below shows, I can get
the first character with no problems and have got the "Do something
with it" part working like it should. Just can't figure out how to do
the same for each remaining character in the field.

on mouseUp
  repeat for the number of chars in field "Phrase"
    get the first char of field "Phrase"
    put it into tCurrentLetter

    --Do something with it---

  get the next char of field "Phrase" <<-- Problem starts here

  end repeat
end mouseUp

All giggling aside from the more experienced folks out there (got my
eye on ya), I could use a little a boost here, please. :)

-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