
- local params = web.params ()
- if ( params.someParam = "someValue") then
- ...
joarb wrote:Well, this was kind of embarrassing. It complained, and rightly so, about this:where it should've been a "==" operator in the conditional. Would've been nice with a slightly more informative error message, though.
- Code: Select all
local params = web.params () if ( params.someParam = "someValue") then ...


Users browsing this forum: No registered users and 0 guests