Registriert seit: 31. Aug 2012
Ort: Hallstadt
81 Beiträge
Delphi 10.4 Sydney
|
AW: TStringList, StrictDelimiter, DelimitedText und Leerzeichen
7. Jan 2025, 08:27
Ich erwarte als Ausgabe wie es per Definition sein sollte und wie es ohne Leerzeichen nach dem Komma auch funktioniert:
Test 1
Test 2
Test mit , (3)
Test4
In der Hilfe steht:
When assigning DelimitedText, the value is parsed as SDF formatted text. For SDF format, strings are separated by Delimiter characters or spaces, and optionally enclosed in QuoteChar characters. QuoteChar marks that are part of the string are repeated to distinguish them from the QuoteChar characters that surround the string. Spaces and Delimiter characters that are not contained within QuoteChar marks are delimiters. Two Delimiter characters next to each other will indicate an empty string, but spaces that appear next to another Delimiter character are ignored.
Das feet markierte interpretiere ich so, daß Leerzeichen und Kommas potentielle Delimter sind wobei Delimiter=',' ist und damit Leerzeichen außerhalb von "" ignoriert werden sollten.
Aber das ist nur meine Interpretation...
Stefan Westner
|