TABLE OF CONTENTS
getOptionValue
NAME
::guib::keywordObj::getOptionValue -- returns the value of a given ID-th keyword option
USAGE
getOptionValue id option
ARGUMENTS
id -- the ID number option -- the name of the querying option
RETURN VALUE
The value of the querying ID-th keyword option
EXAMPLE
set value [$obj getOptionvalue $id textvalue]
SOURCE
body ::guib::keywordObj::getOptionValue {id option} { return [lindex [array get cmd $id,$option] 1] }