TABLE OF CONTENTS
incrID
NAME
::guib::keywordObj::incrID -- increases the counter ID's value by +1
USAGE
incrID
RETURN VALUE
The increased ID number.
EXAMPLE
set id [$obj incrID]
SOURCE
body ::guib::keywordObj::incrID {} { return [incr itemID] }