Thema
:
Delphi
Suche String Funcktion
Einzelnen Beitrag anzeigen
Phistev
(Gast)
n/a Beiträge
#
3
Re: Suche String Funcktion
3. Jun 2006, 14:27
if
Copy(txt, 1, 6) = '
/*/cmd
'
then
txt2:= Copy(txt, 8, length(txt);
Zitat