Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What is the best way to loop a script to save resources on the computer?
@rekaa0251 For, foreach, while
@NotWegant welcome
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.
@keiwduy said in ERROR LOADING SCRIPT:
ERROR LOADING SCRIPT
And what exactly are the problem?
If you compose an array of like thousands of Javascript objects you may set it to null to clear memory:
Or use the "Set variable" action with a null expression.
@plantacja great to hear that...