Juha,
On 30-05 10:13, Juha Heinanen wrote:
kex module documentation has:
3.4. setbflag(flag [, branch])
flag - the index of the branch flag to be set. Can be integer or
pseudo-variable with integer value.
are quotes "" always required?
setbflag(1);
does not give an error (or at least i cannot find one from among all
those debug messages that seem to be on by default).
The quotes are optional. I was curious about this too and checked that both
variants (with and without quotes) work correctly.
if quotes are required, is it sure that if string is
an int, it will be
evaluated when the script is processed and not when script is run?
I am not sure about this, I guess this is a question for Daniel.
Jan.