![]() |
Suche String Funcktion
moin,
ich bin auf der Suche nach paar String Funktionen:
Delphi-Quellcode:
jeztz will ich Prüfen, ob die ersten 6 Zeichen = "/*/cmd" sind, und dann will ich auslesen, was nach dem 7tem Zeichen":" kommt.
txt := "/*/cmd:getinfo"
doch wie mache ich das? |
Re: Suche String Funcktion
|
Re: Suche String Funcktion
Delphi-Quellcode:
if Copy(txt, 1, 6) = '/*/cmd' then txt2:= Copy(txt, 8, length(txt);
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:46 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz