M merlspiers New Member Jul 10, 2010 #1 how do i compare multiple variables in control IF statement ? :sign0085:
derez Expert Licensed User Longtime User Jul 11, 2010 #2 Your problem is not clear. Check help-basics-conditions for explanation about IF statement. Using AND and OR enables comparison of multiple variables. This has nothing to do with "random unique function" If this is not what you need - please state it more clearly.
Your problem is not clear. Check help-basics-conditions for explanation about IF statement. Using AND and OR enables comparison of multiple variables. This has nothing to do with "random unique function" If this is not what you need - please state it more clearly.
Z Zenerdiode Active Member Licensed User Jul 11, 2010 #3 Use Else If to test the next statement or have a look at Select & Case.
Cableguy Expert Licensed User Longtime User Jul 12, 2010 #5 My first answer is yes.... i = Rnd (30, 60) if x=i then Do nothing Else Do something End if But it would help to know the context
My first answer is yes.... i = Rnd (30, 60) if x=i then Do nothing Else Do something End if But it would help to know the context
M Monsterman22 Member Jul 12, 2010 #6 It is hard to help someone if they cant make there problem clear