Investment Studio > Views > Downloads > Downloader > ActiveX interface > Shell > echo
void Shell.echo(BSTR text)
Displays a Windows message box containing the text string. Multiple lines can be displayed by inserting newline characters in the string.
The caption of the message box is "Script".
To close the message box and resume script execution, the user must click the OK button or press Enter.
See also Shell.beep, Shell.popup.