@kazecoi97
How much memory does BAS consume and under what conditions?
How can this be replicated? How many threads? What does the project do?
How to make sure an variation is interger or not a string
-
**Is there any solution to check an variation if it is a number or string. I try to use several way but has not found it solved:
- Convert to number: If it is a string, I can't check if the ouput is: NaN or not.
- Or I can't write some line of javascript code like: var [[CHECKCODE]] = !isNaN([[CODE]]) && input.trim() !== '';
Give me advices by chance plz!**
-

-
@Roy-Mustang This is just for checking variable type in BAS
-
@Roy-Mustang Thanks you! (This one not work for me) When the result is NaN I can't check by next logical step!
-
@BAS-Viet-Nam Thanks!

