[futurebasic] Re: [FB] [FB^3] Release 4 & XREF

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2001 : Group Archive : Group : All Groups

From: "Steven J. Stratford" <sstrat@...>
Date: Sun, 11 Feb 2001 08:36:56 -0600
Oh, wait, I have array bounds error checking turned off in my compiler.
Forgot about that. Scratch that....

--Steve

> Does release 4 do array bounds checking for XREF'd arrays? In release 3 you
> could XREF@ somearray(0) and as long as you didn't overrun the amount of
> memory allocated to the somearray& handle, you could access somearray(20) or
> whatever.
> 
> I don't have my release 4 CD yet to test, but someone's trying to compile my
> CGI Framework with release 4 & getting a runtime error I haven't ever gotten
> (An Overflow Occurred in Unknown file at line 256 The value of 1 is outside
> the range of 0 to 0.) I'm taking a wild guess this is what's going on.
>