On 08/09/2010 12:41, Bogusław Brandys wrote: > > > I think TStringList expects at this situation items like "msg=Traffic Log". > What you need is extended list with support to Keyword=Value for example > having property Values[Item : string] : string returning left side of > equation. Something I used in KOL but not sure if it can cope with " quote > char. > > > Bogusław > > But plain TStrings (hence TStringList too) already has the Names[index], Value['Name'], ValueOfIndex[Index] properties;
And IIRC Delphi supports '"Name with spaces"="Value with spaces","Other Name"="Other Value"' format on plain TStringList... CSV IOW. And -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
