A number cannot exist of multiple decimal points (AJTERR10037)
Product(s) | Karo.NET Compiler |
---|
Description
A number was specified using more then one decimal point.
123458.56.59 // ^ A second decimal point is invalid syntax
How can I resolve this error?
Remove redundant decimal points.