for_array_keys(1tcl)


for_array_keys -- perform foreach for each key in named array

Synopsis

for_array_keys var array_name code

Description

This procedure performs a foreach-style loop for each key in the named array. The break and continue statements work as with foreach.

References


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.