i have an array (the hashmap in TCL), so the command parray dn yields the following
dn(1) = 52638515
dn(11) = 324009
dn(12) = 257949
dn(13) = 298844
dn(14) = 442499
dn(15) = 417333
dn(2) = 49807360
dn(3) = 52848230
dn(4) = 39845888
dn(5) = 26633830
so i want this to set it to another array which starts from 1 to length(dn) .. I have several entries in dn like the data above with missing indexes in between. Is there any built in array commands in tcl that does that???