From http://www.w3schools.com (Copyright Refsnes Data)

VBScript Examples

previous next

Basic

Write text using VBScript
Format text with HTML tags
A function in the head section
A script in the body section

Variables

Create a variable
Insert a variable value in a text
Create an array

Procedures

Sub procedure
Function procedure

Conditional Statements

If...then..else statement
If...then..elseif statement
Select case statement
Random link

Looping

For..next loop
Looping through the HTML headers
For..each loop
Do...While loop

Date and Time Functions

Display date and time
Display the days
Display the months
Display the current month and day
Countdown to year 3000
Add a time interval to a date
Format date and time
Is this a date?

Other Built-in Functions

Uppercase or lowercase characters?
Remove leading or trailing spaces from a string
Reverse a string
Round a number
Return a random number
Return a random number between 0-99
Return a specified number of characters from the left or right side of a string
Replace some characters in a string
Return a specified number of characters from a string


previous next

From http://www.w3schools.com (Copyright Refsnes Data)