I’m using Application.OpenURL() in my script. I have a variable in the script, and i’m using it in the link.
Example:
var variable = blablabla
Application.OpenURL(“www.example.com/blablabla=“+variable+”&blablabla”)
But what i got is
www.example.com/blablabla=blablabla%26%238207%3B&blablabla
So strange, why there is %26%238207%3B after it? I’m confused, any suggestion?