On Wed, 24 Jun 2009, Martin wrote:
Is this intention? (fpc 224) Fstringlist.CommaText = 'a b,c'; gives three strings, because the comma serves as separator too?
Of course, why else is it called commatext ?The 'strange' one is the space. You can disable the use of the space as a separator by setting 'Strictdelimiters' to True.
Michael. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
