Update to version 1.2.0 adds new functionality. Separating characters . and _ are detected in ISODECIMAL. Unfortunately introduced a bug where a malformed ISODECIMAL number with a dot separator but only 10 digits after the dot will be detected as dothex format.
Potential fixes - check DOTHEX first three characters do not exceed 3E7 (999 in decimal).
Update to version 1.2.0 adds new functionality. Separating characters . and _ are detected in ISODECIMAL. Unfortunately introduced a bug where a malformed ISODECIMAL number with a dot separator but only 10 digits after the dot will be detected as dothex format.
Potential fixes - check DOTHEX first three characters do not exceed 3E7 (999 in decimal).