![]() |
Re: SaveDialog Dateinamen
Jap da sind zwei enthalten die stehen hinter der Seriennummer.
Das sind so Vierecke... Ist mir noch gar nicht aufgefallen :gruebel: . Wie kommen die denn da hin? |
Re: SaveDialog Dateinamen
Schau dir mal die Funktionen
StringReplaced und Trim String an. Die sollten dir weiterhelfen.
Delphi-Quellcode:
So ähnlich wird das gemacht. Ich weiß nur nicht mit dem Viereck?
//Den Dateipfad säubern (Achtung: Doppelpunkt und Backslash sind hier sehr wohl gültig!)
sFilePath := StringReplace(sFilePath, '/', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '*', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '?', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '"', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '<', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '>', '', [rfReplaceAll, rfIgnoreCase]); sFilePath := StringReplace(sFilePath, '|', '', [rfReplaceAll, rfIgnoreCase]); Gruß Jens |
Re: SaveDialog Dateinamen
Für die "Vierecke" sollte Trim() im Normalfall reichen.
|
Re: SaveDialog Dateinamen
Ok werde ich mir mal anschauen.
Vielen Danke soweit... |
Re: SaveDialog Dateinamen
Mahlzeit...
hatte gestern nicht mehr die Zeit um Trim() auszuprobieren... wollte nur sagen, dass es jetzt optimal klappt. Danke für die Hilfe Leutz... Bis demnächst mfg |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:16 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