'How to check numeric variables in FlowScript? [closed]

What am I doing wrong?

IsNumber(2);

and

IsNumber('2');

Are both returning false.

enter image description here



Solution 1:[1]

This is a known bug for some time. Its been corrected in version 6.13.6.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 General Grievance