You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input type="text" _="on load get 'test' as a Number if it is empty set my value to 'NaN is empty' else set my value to 'NaN is not empty' end">
In the above test code, i try to convert a string into a number. This returns a NaN, but it doesn't evaluate as empty. I'm wondering if this behaviour is bug?
The text was updated successfully, but these errors were encountered:
<input type="text" _="on load get 'test' as a Number if it is empty set my value to 'NaN is empty' else set my value to 'NaN is not empty' end">
In the above test code, i try to convert a string into a number. This returns a NaN, but it doesn't evaluate as
empty
. I'm wondering if this behaviour is bug?The text was updated successfully, but these errors were encountered: