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).
Im trying to pick a line with smallest number from list.
Like that: Math.min([[NEW_LIST]])
List contains 3 integers but it returns null instead.
How can you do that?
@yourfriendkarol
[[MIN]] = Math.min.apply(null, [[NEW_LIST]]);
||
[[MAX]] = Math.max.apply(null, [[NEW_LIST]]);
@Fox Thanks! will try immediately
@clarabellerising
Yes, I am already using try catch, but I still wanted to ask about this. I thought there was a specific action for this in BAS, such as OnApplicationExit, just like ‘OnApplicationStart’.
Thank you for your advice.
Oh, ok, got it. I thought that this also meant that there were issues getting data in the script... Thanks for your reply!
@Krendel need a perfect canvas