Ciao,
I am facing an issue with getURL and SMS on FL3 code on a S^3 (support FL3 and 4) device.
I want to pass 2 variable values and send and SMS but the second variable is not passed.
Here is the code within a button:
getURL("sms:?body=http://myserver/?a="+a+"&b="+b);
so the variable and value of b is ignored and I am getting an SMS with http://myserver/?a=a.
I tried to use escape but it's not working. Also tried to pass the & as %26, no luck.
Also tried to test the same without SMS but just opening the browser and it works
getURL("http://myserver/?a="+a+"&b="+b);
Any suggestions?
Alessandro



