>QUESTION: >Now for a real puzzler, my FutureBASIC code compiles fine accept for some odd >reason it manages to find an "Array Bounds Error" on my new computer when it >didn't on my old computer, I am using the same FutureBASIC prefs, (I took all >my important prefs from my old computer) so I'm still looking into it. If >worst comes to worst I will instal OS 7.6 and have a warning not to use level >editor with OS 8.. It is not unusual for a previously hidden and "benign" bug to surface when you switch to a new architecture (hardware or software). I can remember when we switched from CISC to RISC UNIX systems at work and uninitialized or otherwise dirty pointers surfaced like crazy. Take this opportunity to find and fix the problem rather than reverting systems and ignoring the message. Charlie Dickman charlied@...