Registriert seit: 9. Jun 2002
Ort: Saarland
7.554 Beiträge
Delphi 8 Professional
|
Re: Mit POS mehrere Kommata ausfindig machen
15. Apr 2004, 00:09
copy und delete dürfte sein, was du suchst. So würd ichs machen :
Aspekt1 := Copy (st,1,pos (',');
delete (st,pos(',');
Aspekt2 := Copy (st,1,pos (',');
delete (st,pos(',');
ähmm, so ungefähr jedenfalls. 8)
Gruß
Hansa
|