Re: [fpc-pascal] TStringList.DelimitedText seems not to work...

2018-11-19 Thread Bo Berglund
On Mon, 19 Nov 2018 22:12:56 +0100 (CET), Michael Van Canneyt wrote: >> How can I stop it from parsing using space, I thought taht whan I >> defined it to be (#9) that would be what it should use > >Set >Parse.StrictDelimiters:=True; > Thanks so much! Parse.Delimiter := #9;

Re: [fpc-pascal] TStringList.DelimitedText seems not to work...

2018-11-19 Thread Michael Van Canneyt
On Mon, 19 Nov 2018, Bo Berglund wrote: FPC 3.0.4 with Lazarus 1.8.0 on Windows 7 x64 I am trying to use TStringList containers for parsing out values of this kind for sending to a database handler script: 2018-09-02 17:37:19134.027.6 ( = #9) I am using this construct, where Data holds the

[fpc-pascal] TStringList.DelimitedText seems not to work...

2018-11-19 Thread Bo Berglund
FPC 3.0.4 with Lazarus 1.8.0 on Windows 7 x64 I am trying to use TStringList containers for parsing out values of this kind for sending to a database handler script: 2018-09-02 17:37:19134.027.6 ( = #9) I am using this construct, where Data holds the values in the format shown above: Parse