Arbortext Command Language > Functions by Alphabetical Listing > insert_symbol
  
insert_symbol
ret = insert_symbol (code[, font[, doc]])
This function inserts the character specified by code into the document specified by doc (or the current document if doc is 0 or not supplied). If the font parameter is supplied, a touchup processing instruction specifying the given font will be inserted if necessary.
The function returns 1 on success and 0 if it fails to insert the character.