[futurebasic] Re: [FB] #IF DEF _ArrayBoundsCheckingIsOn ??

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2002 : Group Archive : Group : All Groups

From: Jay <jktr@...>
Date: Tue, 2 Apr 02 21:42:03 -0600
>>Is there a way for my program to tell at compile time whether Array
>>Bounds Error Checking is on or off? I can't find anything in Constants or
>>the Runtime code to indicate, nor any mention in the manual.
>
>It's an undocumented CompileFlags constant _chkruntimeerr
>
>LONG IF COMPILEFLAGS(_chkruntimeerr) = _false
>PRINT "Array Bounds Error Checking is Off"
>XELSE
>PRINT "Array Bounds Error Checking is On"
>END IF
>
Heather,

Thanks!! Great to hear from you. Where have you been hiding?

 e-e
 =J= a  y
  "