2 points by arkadir 11 months | flag | 1 comment
arkadir 11 months | flag

The thousands separator is optional, but the decimal separator is mandatory. If no decimal separator is provided, the parsing will fail even if the provided numbers do not have decimals.

The shortest call to parsenumber (or tryparsenumber) is therefore:


T.Number = parsenumber(T.Text, "", ".")