Google tag

Pages

Delphi TStringList Delimiter Always use Spaces Bar Together

sl[1] SHOULD return 'foo bar'

sl[1] DOES return 'foo'

It seems that the delimiter now is '^' AND ' '

Solution :

Use s1.StrictDelimiter := True

No comments: