[fpc-pascal] ExtractStrings skips empty string parts?

Michael Van Canneyt michael at freepascal.org
Sun Jan 26 13:42:46 CET 2014



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 extract empty values.

Michael.



More information about the fpc-pascal mailing list