@langtoi
The developer is aware of this problem.
While this problem remains relevant, you can replace the double quote with a single quote before parsing the string, and then perform the reverse replacement. All this can be done using the "Replace string" action.
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!

