To refer to the original cause of the crash ... Unfortunately the compiler doesn't find such problems (negative array index variable), this is a typical runtime problem. All what you can do is to write "defensive" code, e.g. checking the value of an index variable, using error handler, don't change the size of an array in a FOR loop whilst accessing of array elements using an index variable and so on. As others mentioned already ...
Regards Lutz ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

