Name

Report::GetMessages — Create rich text string from stored warning, message or error messages.

Synopsis

Import Report;
string Report::GetMessages ( boolean  w ,
  boolean  e ,
  boolean  m ,
  boolean  ynm );

Parameters

boolean w

include warnings in returned string

boolean e

include errors in returned string

boolean m

include messages in returned string

boolean ynm

include Yes/No messages in returned string

Return Value

string

rich text string

Description

Every new line character "\n" is replaced by string "[BR]".