> from: Fraser Campbell
> gFlashGlobal.getVariable("_global",FALSE)
> put gFlashGLobal.escape("<test>")
> -- "%3Ctest%3E"
> 
> Like I said, not sure how useful or widely known this is, but handy for
> URLEncoding strings

You're example there seems to be missing something... gFlashGlobal =
sprite(n).getVar...?

It's useful for doing things Director cannot, but Lingo already has a global
function for Url Encoding (It's just not well documented, if at all):

put UrlEncode("<test>")
-- "%3ctest%3e"


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to