TABLE OF CONTENTS
arrayInstance
NAME
::guib::arrayInstance -- get a proper name of array instance
USAGE
arrayInstance $string
RETURN VALUE
If the string is for example blue(1)(2), then this will be transformed to blue(1,2).
EXAMPLE
set a [arrayInstance blue(1)(2)]