AnnoObjAddChar

Usage                  AnnoObjAddChar(Char As Integer)

Description         Adds a new character to the string associated with the object. Only visible characters are allowed and three control characters: aemLeft (=2), aemRight (=3) and aemDel (=4).

Parameters         Char                       Integer             A character

Return value      None

Programming Notes        None