if then with and/or

Post comments and suggestions for RoboTask here
Post Reply
rgonzalez
Posts: 41
Joined: Fri Nov 26, 2010 10:19 am

if then with and/or

Post 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:
Post Reply