Arbortext Command Language > Functions by Alphabetical Listing > insert_buffer
  
insert_buffer
insert_buffer (string, markup[, buffer[, append]])
This function inserts the string value of the expression string into the paste buffer named by buffer, or if not specified, the default paste buffer. If the value of markup is not 0, then the string is interpreted as an XML (or SGML) string. Otherwise no markup is recognized.
If the value of append is not specified or is non-zero, the string is appended to the buffer. Otherwise, the string replaces the contents of the buffer.