VBScript Language Review

VBScript Language Mind Map

Click on the mind map to see the full image.

Examples Using VBScript

Assigning Values to Variables
You can assign a value to a variable like this: 


MsgBox Function
The MsgBox function displays a message box and waits for the user to click a button and then an action is performed based on the button clicked by the user. 


InputBox Function
The InputBox function displays a dialog box, where the user can write some input and/or click on a button.


Comments