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.
Variable on Javascript (Problem)
-
@ivdkop said in Variable on Javascript (Problem):
The JS is to give the return: false.
If I use the const a = [1.99,1.98,1.18,1.06,1.39]; It gives me return false (perfect)
If I use in the const a = [[VALUES]]; the return is true, being the same values as above.What am I doing wrong?
Most likely, the problem is in the data type from the variable [[VALUES]]. And in what action do you use this code?

