Plz help me creeating a loop. I want to give two conditions to a while loop but it is not working.
I am writing in condition: %login% < 11 && %log% = False
It is giving error that character is invalid. What sshould I type to give two conditions?
Plz help me creeating a loop. I want to give two conditions to a while loop but it is not working.
I am writing in condition: %login% < 11 && %log% = False
It is giving error that character is invalid. What sshould I type to give two conditions?
Anyone home.
Saeed, you are going to have to be more patient with us, we cannot always respond within an hour, we’re in Australia so it’s highly likely we are asleep when you post.
To answer your question, the Execute Condition is a Script (e.g) VBScript or JavaScript in Automise 2, AT3 has Powershell and Python as well. In script, you do not need to use the % symbols around Automise variables, as they are available as global variables in scripts.