Page 1 of 1

if then with and/or

Posted: Thu Jan 29, 2015 9:22 pm
by rgonzalez
Sometimes I need to do some conditions check with nested "if then" like this:

Code: Select all

If then
   If then
      If then
         If then
            do something
         end if
      end if
   end if
end if
Would be nice to see a if then with the possibility to use AND and OR in the same action. :roll: