Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-28 Thread Michael Van Canneyt
On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-27 Michael Van Canneyt mich...@freepascal.org On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-26 Michael Van Canneyt mich...@freepascal.org       On Sun, 26 Jan 2014, silvioprog wrote:             Hello,

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-28 Thread silvioprog
2014-01-28 Michael Van Canneyt mich...@freepascal.org On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-27 Michael Van Canneyt mich...@freepascal.org On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-26 Michael Van Canneyt mich...@freepascal.org On Sun, 26 Jan

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-27 Thread Michael Van Canneyt
On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-26 Michael Van Canneyt mich...@freepascal.org On Sun, 26 Jan 2014, silvioprog wrote: Hello, Conforms issue #16043: ExtractStrings in the Classes unit skips over empty text. For example: Yes. This is

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-27 Thread silvioprog
2014-01-27 Michael Van Canneyt mich...@freepascal.org On Mon, 27 Jan 2014, silvioprog wrote: 2014-01-26 Michael Van Canneyt mich...@freepascal.org On Sun, 26 Jan 2014, silvioprog wrote: Hello, Conforms issue #16043: ExtractStrings in the Classes

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-26 Thread Michael Van Canneyt
On Sun, 26 Jan 2014, silvioprog wrote: Hello, Conforms issue #16043: ExtractStrings in the Classes unit skips over empty text. For example: Yes. This is delphi compatible. The only possibility is to add a new argument ExtractEmpty : Boolean = False; which would, when set to true, also

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-26 Thread Frederic Da Vitoria
2014/1/26 Michael Van Canneyt mich...@freepascal.org On Sun, 26 Jan 2014, silvioprog wrote: Hello, Conforms issue #16043: ExtractStrings in the Classes unit skips over empty text. For example: Yes. This is delphi compatible. I can imagine that the Delphi developers started from a

Re: [fpc-pascal] ExtractStrings skips empty string parts?

2014-01-26 Thread silvioprog
2014-01-26 Michael Van Canneyt mich...@freepascal.org On Sun, 26 Jan 2014, silvioprog wrote: Hello, Conforms issue #16043: ExtractStrings in the Classes unit skips over empty text. For example: Yes. This is delphi compatible. The only possibility is to add a new argument ExtractEmpty

[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