VBScript Tutorial
VBScript Tutorial Introduction
Basics
Ex01: Write text using VBScript
Ex02: Format text with HTML tags in VBScript
Ex03: Functions in VBScript
Ex04: A script in the body section in VBScript
Ex02: Format text with HTML tags in VBScript
Ex03: Functions in VBScript
Ex04: A script in the body section in VBScript
Variables
Ex05: Create a variable in VBScript
Ex06: Insert a variable value in a text in VBScript
Ex07: Create an array in VBScript
Ex06: Insert a variable value in a text in VBScript
Ex07: Create an array in VBScript
Procedures
Conditional Statements
Ex10: If & Else statement in VBScript
Ex11: Select Case statement in VBScript
Ex12: Random link in VBScript
Ex11: Select Case statement in VBScript
Ex12: Random link in VBScript
Looping
Ex13: For..Next loop in VBScript
Ex14: Looping through the HTML headers in VBScript
Ex15: For..Each loop in VBScript
Ex16: Do...While loop in VBScript
Ex14: Looping through the HTML headers in VBScript
Ex15: For..Each loop in VBScript
Ex16: Do...While loop in VBScript
Date & Time Functions
Ex17: Display Date and Time in VBScript
Ex18: Display the days in VBScript
Ex19: Display the months in VBScript
Ex20: Display the current month and day in VBScript
Ex21: Countdown to year 3000 in VBScript
Ex22: Add a time interval to a date in VBScript
Ex23: Format Date and Time in VBScript
Ex24: Isdate function in VBScript
Ex18: Display the days in VBScript
Ex19: Display the months in VBScript
Ex20: Display the current month and day in VBScript
Ex21: Countdown to year 3000 in VBScript
Ex22: Add a time interval to a date in VBScript
Ex23: Format Date and Time in VBScript
Ex24: Isdate function in VBScript
Other Built-in Functions
Ex25: Uppercase or lowercase in VBScript
Ex26: Trim function in VBScript
Ex27: Reverse a string in VBScript
Ex28: Round a number in VBScript
Ex29: Return a random number in VBScript
Ex30: Return a random number bw 0-99 in VBScript
Ex31: Char Left & Right function in VBScript
Ex32: Replace function in VBScript
Ex33: Mid function in VBScript
Ex26: Trim function in VBScript
Ex27: Reverse a string in VBScript
Ex28: Round a number in VBScript
Ex29: Return a random number in VBScript
Ex30: Return a random number bw 0-99 in VBScript
Ex31: Char Left & Right function in VBScript
Ex32: Replace function in VBScript
Ex33: Mid function in VBScript