[fpc-pascal] Split and Join
Juha Manninen
juha.manninen at phnet.fi
Fri Nov 27 20:09:49 CET 2009
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
More information about the fpc-pascal
mailing list