Feature request #4476

Updated by Alister Hood over 5 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

Back