MessageBoxInfoΒΆ

MessageBoxInfo displays a message box.

bool = MessageBoxInfo(ssMessage, ...)

Return Value

bool is always TRUE (1).

Parameters

ssMessage

ssMessage is a scalar string containing the message text. The text can contain format sequences and newline characters "\n". See printf for a format description.

id-410753