Thema: Delphi Ausschneiden mit Delete

Einzelnen Beitrag anzeigen

barf00s
(Gast)

n/a Beiträge
 
#2

Re: Ausschneiden mit Delete

  Alt 26. Jul 2005, 13:20
sIPs: string = 'deinmumustringdaoben';

sIPs := Copy(sIPs, Pos('http=', sIPS), Length(sIPs));
sIPs := Copy(sIPs, 1, Length(sIPs) - Pos(':', sIPs) - 1));
  Mit Zitat antworten Zitat