hello ppl!
i have to obtain 1 or 0:
1 if Var1 is not equal to zero and Var2 is greater than zero.
0 if one of the two status is not valid.
i thought that this could be the right syntax:
(L:Var1, number) 0 != and (L:Var2, number) 0 > if { 1 } els { 0 }
But something dont work.
Can you help me to find out what's wrong?
thanks a lot
i have to obtain 1 or 0:
1 if Var1 is not equal to zero and Var2 is greater than zero.
0 if one of the two status is not valid.
i thought that this could be the right syntax:
(L:Var1, number) 0 != and (L:Var2, number) 0 > if { 1 } els { 0 }
But something dont work.
Can you help me to find out what's wrong?
thanks a lot
