[futurebasic] Re: [FB] INDEX$ error

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

From: Steve <mactech@...>
Date: Fri, 05 Jun 2009 11:55:09 -0400
Thanks Brian,

Yes, I am still in FB4 as my program is very large and there are so  
many things that need changed for FB5.

I have been using the CF Mutable arrays in my test with FB5.

Will that code for FB5 work in FB4 ?

On Jun 5, 2009, at 11:25 AM, Brian Stevens wrote:

>
> 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.
>
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>