Hi,
On another board I came across post about an overflow error that came up in a long program.
I reduced it to this
REM TEST
A& = 40000 REM NO OVERFLOW ( & indicates LONG)
A& = 4 * 10000 REM OVERFLOW
Has any one seen this? Is there a work around? Why does it happen?
Pappy
On another board I came across post about an overflow error that came up in a long program.
I reduced it to this
REM TEST
A& = 40000 REM NO OVERFLOW ( & indicates LONG)
A& = 4 * 10000 REM OVERFLOW
Has any one seen this? Is there a work around? Why does it happen?
Pappy