Next Topic

Previous Topic

Book Contents

MessageBox

MessageBox(string sText)

Parameters

  • sText - Text to display in message box.

Remarks

This functions invokes a standard OS message box to display a string. This function is only available in the IDE. Note that the message box when displayed, halts the execution of the script until its closed.