[fpc-pascal] Test, please ignore

2014-01-25 Thread Florian Klaempfl
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] ExtractStrings skips empty string parts?

2014-01-25 Thread silvioprog
Hello, Conforms issue #16043: ExtractStrings in the Classes unit skips over empty text. For example: AAA,BBB,,CCC is converted to: AAA BBB CCC I was expecting: AAA BBB CCC Is this the intended behavior, or is it a bug?. So, if I try: procedure TForm1.Button1Click(Sender: TObject); var