Hi Guys.
A frustrating little bug that needs fixing.
It you accidently type a decimal number as 01 instead of 1 the compiler creates a variable "01" rather than treating the field as a numerical constant "1".
Cheers
Peter.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys.
A frustrating little bug that needs fixing.
It you accidently type a decimal number as 01 instead of 1 the compiler creates a variable "01" rather than treating the field as a numerical constant "1".
Cheers
Peter.
On the list already. The real fix would be the implementation of a parser to check for these errors.
Meanwhile.... beware. I got caught out on 00 recently.
Yes.
I fell into this hole before, but had forgotten about it. A very easy mistake to make.