Re: Still no records



Dnia 15.09.2007 Donal K. Fellows <donal.k.fellows@xxxxxxxxxxxxxxxx> napisał/a:

Get the 'dict' extension for 8.4 or just get 8.5 (b1 should be no more
than a week or so away) which has the functionality integrated. That
gives you a (reasonably) efficient way of handling values that contain a
by-name mapping.

Yes, I've got the extension, as it'll allow dictionaries in 8.4.

Nevertheless for the current work finally I decided to use struct::record
instead of stooop, as it gives enough for my current needs, and works (almost)
just like struct in C or record in Pascal.

Actually, the complete solution given by Richard Suchenwirth -
http://wiki.tcl.tk/1598 - is very interesting example, how it can be done
using no external libs. But without any doubt, a program using
struct::record will be just much more plain.
--
ZB
.