1. Workaround for v2.4 'crash routine'
- Posted by Al Getz <Xaxo at aol.com> Dec 22, 2004
- 529 views
Here's an idea that might work for using crash routine with version 2.4 if you're willing to pay for the 2.5 binder but dont want to debug with 2.5 because it's too slow when opening programs on your machine. Since the crash routine is just a routine, it can appear in a v2.4 source file as long as the actual (new v2.5) syntax for calling it DOESNT appear. This means you can debug using 2.4 and when you're ready to bind unrem the statement that uses the new syntax, then bind. To debug again in the future, simply rem the statement again. To debug the crash routine simply call it under 2.4 . Unfortunately, this means you cant use the new '$' syntax Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"