File 'base/array.tcl' (part of 'Pool_Base')

Description (short)
Array procedures.
Written by
Andreas Kupries
Description
Convenient array procedures
Depends on
Tcl
Keywords
Array procedures, clearing an array, array clearing, define array, array definition


::pool::array::clear (a pattern)

Clear the array a or parts of it (keys matching the pattern).
Argument: a name of the array variable to modify.
Argument: pattern (= {}) Clear entries matching the pattern only, or all, if default is used

::pool::array::def (name)

Creates an array-variable of name. Destroys an existing variable of the given name.
Argument: name name of the variable to define.


Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries