[futurebasic] Re: [FB] INDEX$ error

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2009 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Fri, 5 Jun 2009 08:25:31 -0700
On Jun 5, 2009, at 5:57 AM, Steve wrote:

> I found where this is generated in the fn padIndexAry (elem&, ary&  )


  fn padIndexAry exists only in FB4 ( and older ) in Subs Index.incl  
and does not exist in FB5. INDEX$ in FB5 uses CF Mutable arrays that  
have no inherent size limitation ( other than machine resources ). The  
new code can be found in CFIndex.incl in the headers and Index.c in  
the FB5 runtime ( build_goodies folder ).

Brian S.