Greetings All!
I've recently changed a core SUB in my program and now the program won't run completely from within the IDE. PowerBASIC gives me the error "Error 6: Overflow".
The calculation for that line is still correct; but, that's where the IDE stops at. When I compile to an EXE and then run the program, everything is fine and seems to work as it did before the SUB change.
Any comments or ideas?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
I've recently changed a core SUB in my program and now the program won't run completely from within the IDE. PowerBASIC gives me the error "Error 6: Overflow".
The calculation for that line is still correct; but, that's where the IDE stops at. When I compile to an EXE and then run the program, everything is fine and seems to work as it did before the SUB change.
Any comments or ideas?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
Comment