[fpc-pascal] ExtractStrings skips empty string parts?
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
[fpc-pascal] Test, please ignore
___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal