I need a random unique function but im stuck ive tried controls

derez

Expert
Licensed User
Longtime User
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" :confused:

If this is not what you need - please state it more clearly.
 

Cableguy

Expert
Licensed User
Longtime User
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
 
Top