j
k
j a
j l
why does test
if ($var(test)) ...
fail even when $var(test) has a non-empty string value?
the test works, if i do it like this:
if ($var(test) != 0) ...
i'm pretty sure that in k also the first version of the test works.
-- juha
Back to the thread
Back to the list