Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
Delphi 10.4 Sydney
|
Re: IeHttp Problem mit txt file vergleichen
23. Mär 2006, 15:35
iehttp1.ExecuteURL('http://www.luphisoft.de/toolbar/version.txt').sl.text <> version then
oder
Delphi-Quellcode:
iehttp1.ExecuteURL('http://www.luphisoft.de/toolbar/version.txt');
if iehttp1.sl.text <> version then
Grüße
Klaus
Klaus
|