Can anyone suggest the best way to have someone enter variables from a website or online form? If there's no direct method maybe an indirect method using different modules together.
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.
@Fox Sounds great. I am curious of the look and feel of the new variable inspector. Hopefully it will be possible to undock it too in the near future :)
Development is coming to an end, but when exactly it will appear in BAS, I do not know.
Hello
Where saves temporary BAS the variables used in an thread?
Maybe in a file?
I need to recover this files with Recuva or some software and read this files again to recover the used variables in all completed threads (because I've no set an option to save manually this variables in a file)