Jump to content
UBot Underground

Is There Any "or Function"?


Recommended Posts

Hi,

 

sorry for the probably stupid question but i cant find a "or" function like:

 

Loop while

file exist

test1.txt OR test2.txt

 

i cant find it :) i find just either and comparsion functions but no "or" function.

 

Best regards!

Link to post
Share on other sites
if($comparison(#VAR,"= Equals","true") OR $comparison("#VAR 2","= Equals","false")) {
    then {
    }
    else {
    }
}

You can also use "AND" like this. But once you do it it is permanent.

 

Just type AND or OR.

 

Regards,

CD

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...