lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jul 22, 2010 at 10:13 PM, Petite Abeille <petite.abeille@gmail.com> wrote:
>
> local parm2value = "test"
> local combined = "http://domain/?parm=/path/to/&parm2=" .. parm2value

Looks good. What error do you get?

Doh! I fat fingered local and wrote locat instead.

Chris