Using conditions

africa's icon

Hi everyone! I'm trying to make some conditions using If, (in a bucle) because max only choose between two conditions !!!!!

Thank so much for your help!!!!

Tim Lloyd's icon

Could you post an example patch? I don't understand what you want to do, or the results that you're getting at the moment, so I can't suggest anything :)

Roman Thilenius's icon

 if you need more than 2 outputs, you have to use more than 1 if object.

for combining conditions you can use && and || :

[if $f1>0 && $f1%2==0 || $f1

-110