Why doesn't this work?
Bob Sneidar
bobsneidar at iotecdigital.com
Mon Jun 1 11:12:00 EDT 2015
Wow didn’t know you could do that.
Bob S
On May 31, 2015, at 12:09 , Mike Bonner <bonnmike at gmail.com<mailto:bonnmike at gmail.com>> wrote:
Rather than trying to build up a proper URL with & and && etc, set the
string up as a constant or a property contaiing:
constant baseUrl="
http://www.webservicex.net/uszip.asmx/GetInfoByAreaCode?USAreaCode=[[vAC]]
HTTP/1.1"
then its as smiple as
put 805 into vAc
get url merge(baseUrl)
More information about the use-livecode
mailing list