Hi I have a variable [[VARIABLE]] == 1
I want to create a new variable containing the variable [[VARIABLE]], specifically the variable name is [[NUMBER_1]] WITH 1 being the other VARIABLE. So how do I do this.
Thanks very much.
@elielbeck said in Where saves temporary BAS the variables used in an thread?:
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)
Duplicate topic
Hey @lother,
Best part about BAS is the JavaScript functionality it has!
Here's a little script to turn a number into a positive with JavaScript's Math.abs() function.
0_1494388512676_sample.xml