C
ChUIMonster
Guest
This may, or may not be what you're seeing in that old 9.1e code -- I've run across old code that mistakenly thought PAUSE took fractional seconds. In that sort of code "PAUSE 0.5." seems to "work" because 0.5 gets rounded to 1. 0.25 gets rounded to zero and thus PAUSE seems broken. The coders probably thought it was working because the compiler didn't object to the decimal.
Continue reading...
Continue reading...