MsgBox (VBScript Function)
MsgBox is a built in funciton in VBScript that is used to display information on the screen in the form of a message box. It accepts one parameter (The information to be displayed) and returns nothing.
Code Snippet
Dim MyVar
MyVar = 7
MsgBox(MyVar)
page revision: 0, last edited: 18 May 2008 23:37