Re: ver. 4.0 WIN98 Binaries
- Posted by bernie Sep 13, 2008
- 1580 views
jimcbrown said...
Thanks Jim:
I finally found what was crashing the system but was not reporting the error.
If you run this simple program on WIN98
It will crash the system.
Note that PreDefList sequence is not declared and
the parser is not detecting it.
-- junk.ew -- sequence dscrip dscrip = PreDefList[1] if getc(0) then end if -- end of junk.ew --