Name

Summary::AddListItem — Add a list item to an existing summary. Requires a previous call to 'summaryOpenList()'.

Synopsis

Import Summary;
string Summary::AddListItem ( string  summary ,
  string  item );

Parameters

string summary

previous RichText (HTML) summary to add to

string item

item to add (plain text, no HTML)

Return Value

string

the new summary including the new line