For neo12 - using an array to count unique elements in a sequence.
Posted to
tcl
by kbk at Thu Feb 11 16:42:54 GMT 2010
view raw
%
foreach
value {foo bar grill bar grill grill foo foo} {
incr
count(
$value
)
}
% parray count
count(bar) = 2
count(foo) = 3
count(grill) = 3
Recent Posts
tcl by arjen
5 days ago
tcl by cgm
14 days ago
tcl by cgm
14 days ago
tcl by alan
22 days ago
tcl by mookie
44 days ago
tcl by mookie
44 days ago
tcl by mookie
44 days ago
tcl by schelte
46 days ago
tcl by oldlaptop
58 days ago
tcl by oldlaptop
61 days ago
Submit
New paste
Documentation
From Jabber