Feature request #4476
Updated by Alister Hood almost 6 years ago
An if() command with 2 cases output would be most useful:
if(condition, result1, result2)
where the output value is result1 if condition==T and result2 otherwise.
Agus
if(condition, result1, result2)
where the output value is result1 if condition==T and result2 otherwise.
Agus