
Here is the string I'm trying to use: mobileControlSet browserID, "url", "https://maps.googleapis.com/maps/api/st ... ze=400x400&
markers=color:blue%7Clabel:S%7C38.98,-122.75" Notice the ampersands that Google uses as delimiters in the parameters.
Them compiler just laughs at me and says, "button "Button": compilation error at line 7 (Script: missing '"' after literal), char 1"
So, am I correct in my assessment of the problem, and if so, is there a workaround?
Much thanks in advance!
Gene