getting existing dictionaries
- From: yahalom <yahalome@xxxxxxxxx>
- Date: Mon, 22 Sep 2008 19:14:21 -0700 (PDT)
I want to use dictionary for counting pupose. I need a simple counter
and after looking in the counter package I thought that dictionaries
will serve my purpose better. basically what I need is 3 dimensional
array:
type-merchant-key
type can be 'cmd' or 'url' and merchant have unknown patterns.
..
I saw dictionaries are more 2 dimensional array so I thought of doing:
dict incr $type-$merchant key
and then some command that does
dict getDictionaries $type*
BUT
I saw no command that can give me the dictionaries that exists based
on a pattern:
well... where can I go from here?
is dictinaries the wrong solution? any other way?
.
- Follow-Ups:
- Re: getting existing dictionaries
- From: Neil Madden
- Re: getting existing dictionaries
- Prev by Date: Re: TCL exec command : segmentation violation
- Next by Date: Re: getting existing dictionaries
- Previous by thread: General cross-platform drag-and-drop package?
- Next by thread: Re: getting existing dictionaries
- Index(es):
Relevant Pages
|