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.
Variables in executed functions
-
Hello,
If I create a variable using the example of an SQL query and then want to execute a function, the variable can be used in record mode in the function.
But if I do this in Run mode, as soon as I want to query the variable, I get the message that the thread has ended successfully, no matter what comes next. -
Hello,
Please attach a test script or describe the problem in more detail.