Hello everyone,

If I loop through a list of strings, looking for the offset of the word cat, then the following works fine.

        put wordOffset("cat", theString) & return after msg

But using the get command, as in
        
      get wordOffset("cat", theString)
      put it & return after msg

causes Rev to crash. Am I doing something wrong or is this a bug? Note that invoking the get command just once in the message box is not a problem. For example,

        get wordOffset("cat", "The cat in the hat")
        if it > 1 then put "yes"

is okay.

        Gregory
_______________________________________________
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

Reply via email to