i tried to use urlEncode like i usually do for more than an year, but this time it gives me an error.
I tried the simple version:
local stringToSearch = "Corona Labs Tutorials & Guides" local URL = "http://google.com/q=" .. stringToSearch:urlEncode() print (URL)
it tells me "attempt to call method ‘urlEncode’ (a nil value)
i know its not nil. please confirm that this is a bug.