PDA

View Full Version : URL encoding


Canter
08-19-2008, 01:22 PM
I'm unable to find a built in function to URL encode a string - nor do I see such a function in the LUA reference manual. Am I missing it somewhere, or does anyone have a script they are willing to share?

I'd like to request this to be included in a future AMS update.

Thanks.

RizlaUK
08-19-2008, 03:10 PM
here is a dll to encode/decode a url but you could also do this with "String.Replace"

Canter
08-19-2008, 03:55 PM
Thanks. I know I could do it with String.replace but I'm lazy and would probably screw it up somewhere.
;)


Larry