Re: Packet definition variable length list on output
Stephen Wood <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Actually, if the CSV classes could somehow know when they are the last item
in a buffer being written, then I wouldn't have to put {'terminator': None}
on that last item of each packet, either statically or dynamically. Would
make things look a bit neater.
Actually, on reading, by default, end of string is accepted in liu of ",",
so the terminator none is not required on readonly packet definitions. This
came handy for reading the N200 phonebook with it's variable field count
entries.
Stephen