Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Bestimmten Teil eines Strings auslesen (https://www.delphipraxis.net/41067-bestimmten-teil-eines-strings-auslesen.html)

Darty 25. Feb 2005 15:07

Re: Bestimmten Teil eines Strings auslesen
 
Anstatt das
Delphi-Quellcode:
  i := Pos ('</font>',mystring);
Könntest auch
Delphi-Quellcode:
  i := Pos ('<',mystring);
nehmen. Dann könnte man sogar auf alle HTML Tags anweden. Unabhängig vom Font.


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:24 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz