Skip to content

Handling Numeric Strings with Spaces #37

Description

@hyyan

From Jim

I found that the NumberMask function correctly handles numeric strings with leading spaces, but incorrectly reports NaN for trailing spaces (e.g. "100 "), even though the JavaScript isNaN("100 ") function reports false, and the JavaScript Number("100 ") function reports 100, consistent with BBj:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions