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.