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.
Is there a way to increment the variable name?
-
Let's say we have many variables named A1 - A2 - A3 - A4 - A5.
Is there a loop or method that can be created to pull the expressions inside these variables?
In order to extract data from the variables named A1 - A2 - A3, which I mentioned above, it is sufficient to increase the numbers next to the letter A.
I tried a few things but it failed.
However, I couldn't find a way to do this. Any idea?