Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Adding dot notation support to Converttonumber #111

Open
swissewok opened this issue Nov 10, 2022 · 1 comment
Open

Feature request - Adding dot notation support to Converttonumber #111

swissewok opened this issue Nov 10, 2022 · 1 comment

Comments

@swissewok
Copy link

In MIMWAL, the function Converttonumber doesn't support a string with dot notation (eq. "1.8"). It would be great if the function "converttonumber" would support input strings with dot notation and a transformation into a decimal number were possible.

Eq:
[string] "1.8" -> [dec] 1.8
[string] "0.9475" -> [dec] 0.9475

@swissewok swissewok changed the title Feature request MIMWAL - Adding dot notation support to Converttonumber Feature request - Adding dot notation support to Converttonumber Nov 10, 2022
@NileshGhodekar
Copy link
Contributor

NileshGhodekar commented Nov 10, 2022

Hi @swissewok, the only numeric data type MIM has is integer numbers. See: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/forefront-2010/ee652239(v=vs.100). Consequently, MIMWAL has functions that expect or return values that can are integer numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants