Hi,

I can actually use TStringList's Delimiter and DelimitedText for basic 
splitting. This separates words of a text:

  List.Delimiter := ' ';
  List.DelimitedText := S;

I have programmed with Delphi for years without knowing it. Now I found it 
with a google search. Should have waited a little before sending the mail...
Anyway, a more optimized version of Split and a Join are still missing from 
library.


Juha Manninen
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to