BAS freezes completely when editing variables. I cannot fix the points I need to fix, can you help me with this? (This is the case without exception, although the size of the variables is very short.)
@clarabellerising Already took these actions but didn't help. I've ended up reinstalling Windows. Now everything works. Hopefully won't have this problem again
I've noticed that each app I create with BAS becomes approximately 2GB after its first launch. This seems to happen because, during the initial launch, the app creates a full copy of the BAS files under which it runs.
Is there a way to create new apps that can reference the existing BAS files instead of recreating them? This would help reduce the size of each app significantly.
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.