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.
Thank you very much for your answers, I finally opted for the "clavier+" which allows you to bind keys and simulate keystrokes. I wrote my variables and with a shortcut it replaced
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.
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)