[fpc-pascal]2 questions on ansistrings

Marco van de Voort marcov at stack.nl
Thu Aug 28 09:25:51 CEST 2003


> > 
> > yielding s = 'abcdelmnop'
> > 
> > ...does the system "shift" the 'lmnop' to the left, or does the string
> > get hooked together with pointers, thus saving much time with long strings?
> 
> No shifting, ansistrings are not sparse (at least not in this implementation.

should be:

It does shifting, but isn't sparse.




More information about the fpc-pascal mailing list