TABLE OF CONTENTS


properArrayName

NAME

::guib::properArrayName -- get a proper name for array variable

USAGE

properArrayName $varName $elemName $index

RETURN VALUE

The proper name for array variable. For example:

properArrayName myVar blue 1,2

will return \"myVar(blue,1,2)\", while:

properArrayName myVar {} 1,2

will return \"myVar(1,2)\".