Thema
:
Delphi
Ausschneiden mit Delete
Einzelnen Beitrag anzeigen
barf00s
(Gast)
n/a Beiträge
#
2
Re: Ausschneiden mit Delete
26. Jul 2005, 14:20
sIPs: string = 'deinmumustringdaoben';
sIPs := Copy(sIPs, Pos('http=', sIPS), Length(sIPs));
sIPs := Copy(sIPs, 1, Length(sIPs) - Pos(':', sIPs) - 1));
Zitat