Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi good morning i have problem with success number iset my script success number is 100 and fail number is 999
but when i run it the program stoped and showing result at success 34
WHY ? can anybody help my ?
Thank you
@resep Attach a test project to reproduce the problem, most likely you have an error in logic.
@clarabellerising
Yes, I am already using try catch, but I still wanted to ask about this. I thought there was a specific action for this in BAS, such as OnApplicationExit, just like ‘OnApplicationStart’.
Thank you for your advice.
@michael666 said in How to add another success/fail counter on gui?:
Hey, was wondering how I can add another "Success Number" and "Fail Number" to the GUI to log other stuff? https://imgur.com/a/VBrUj1S
Hey, was wondering how I can add another "Success Number" and "Fail Number" to the GUI to log other stuff?
https://imgur.com/a/VBrUj1S
This is only possible in the web interface
@andreiem said in IF [[MY_VARIABLE]] equal to a number between 1 and 50:
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action. Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action.
Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
Only logical explanation would be that you run your script in 10 threads, or whatever number of threads you have should be number of success messages.