TABLE OF CONTENTS
arrayName
NAME
::guib::arrayName -- get the name of array from the full array instance string
USAGE
arrayName $arrayInstance
RETURN VALUE
The name of array, for example, from the \"myVar(elem)\" the \"myVar\" string will be returned
EXAMPLE
set name [arrayName myArray(elem)]