Re: MI MB: ErrorHandler

2000-05-31 Thread william . forde
Why not check to see if the file exists first this will make the code much easier to read & more robust. Sub AnySub If FileExists(anyfile) then Register Table anyfile TYPE ASCII Delimiter 59 Titles Charset "WindowsLatin1" Into anytable else Note "Error opening " & anyfile

Re: MI MapBasic crashes when I'm linking

1999-07-09 Thread william . forde
Bjorn, this normally happens when you have the same function in two different modules. I suggest removing the .mbo's from your project file and then adding them in one by one until it crashes, then have a look at the offending file. best wishes, Wm. ***Internet Email Confidenti