Syntax |
MsgBox msg [,[type] [,title]] |
Description |
This command is the same as the MsgBox function, except that the statement form does not return a value. See MsgBox (function). |
Example |
Sub Main() |
See Also |
AskBox$ (function); AskPassword$ (function); Input, Input$, InputB, InputB$ (functions); OpenFilename$ (function); SaveFilename$ (function); SelectBox (function); AnswerBox (function). |
M |