You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
How do I create a notification when I get any errors?
-
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

-
@BAS-Viet-Nam said in How do I create a notification when I get any errors?:
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

Chỗ Run code là gì thế bác ?
