sl[1] SHOULD return 'foo bar'
sl[1] DOES return 'foo'
It seems that the delimiter now is '^' AND ' '
Solution :
Use s1.StrictDelimiter := True
sl[1] DOES return 'foo'
It seems that the delimiter now is '^' AND ' '
Solution :
Use s1.StrictDelimiter := True
No comments:
Post a Comment