Posted by Barbara Brazil on June 03, 2014 at 13:41:06:
In Reply to: Compiler Comet16 vs Comet32 posted by Robert G Laurin on June 03, 2014 at 13:28:18:
Robert:
This could be a Comet32 compiler issue. It could be a Comet32 Runtime issue. It could be a "bug" in your program that Comet16 handled in a more forgiving manner ;-)
Since the program doesn't crash my guess is that it's a data-related problem - something like:
IF var$ = "some value" GOSUB ...
And that in Comet32 var$ doesn't have what you expect.
The Comet32 TRACE does have a TRACE LABELS option. You might try turning just that part of the TRACE on and see what you get. It sounds like you're still going to get a lot, however. Here's a link to the TRACE doc. Note how to turn on or off the different TRACE features. Try turning TRACE LABELS on just before you think the problem starts.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.