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


Home | Packages | Files | Procedures | Classes | Keywords | External packages


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: aname 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: namename of the variable to define.


Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries