Dave - as with "shell", "do" does a line - that is if you were to look at
the string you create with:
put "alert ('" & myScore & "');"
it would span several lines. Imagine typing that into the script editor - it
would make no sense right? So you need to have the LiveCode as a single line
and not
On 11/8/10 9:54 AM, David Brooks wrote:
do "alert ('"& myScore& "');" in browser
Hmm.. I'm falling behind ... where is this documented?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubsc
We are creating standalones and launching them in browsers. We have issues with
taking in all of a field. Any help appreciated.
Works:
on mouseUp
put "12131232" into myScore
do "alert ('" & myScore & "');" in browser
end mouseUp
Does NOT work:
on mouseUp
put fld "ListOfFiles" into