Name

Summary::AddLine — Add a line to an existing summary.

Synopsis

Import Summary;
string Summary::AddLine ( string  summary ,
  string  line );

Parameters

string summary

previous RichText (HTML) summary to add to

string line

line to add (plain text, no HTML)

Return Value

string

the new summary including the new line