Thanks,
Pete.
1) Encode it in the array indexes like $BigArray($thing1/$thing2), but
then
you mmust traverse thing1 by globbing with $thing1/* in the array
keys of
BigArray (returned with [array names BigArray]
2) Use an array of lists like [lindex $BigArray($thing1) $thing2] but
then
$thing 2 must be numeric
3) Use an array of keyed lists (requires TclX) like
[keylget BigArray($thing1) $thing2]
In the latter two cases the number of $thing2 entries must be relatively
small to preserve performance since the whole list is potentially
traversed to obtain the entry
--
Flemming Madsen CCI-europe
----------------- Oester Parkvej 9
Basic Development DK-8270 Hoejbjerg
Aarhus - Denmark
Email: f...@cci.dk Phone: +45 86295588