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