|
On Jul 22, 2010, at 9:05 PM, Chris Datfung wrote: > but am getting an error when I try: > > local parm2value = "test" > local combined = "http://domain/?parm=/path/to/&parm2=" .. parm2value Looks good. What error do you get? > > how do on concatenate two value into one parameter? Just like you did.