Visual Basic Script (VBScript) ASP / Miscellaneous
This tutorial describe: Using VBScript in ASP Pages, Mixing VBScript Statements with Static HTML Text, Variables and Expressions in VBScript, Arrays, "Collection" Class.
VBScript Functions : DatePart() ASP / Date and Time
With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function.
Downloading Files with VBScript and ASP ASP / File Operations
Setting up a simple file downloading system with VBScript and ASP is no sweat.The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded.
VBScript Functions : The Len() Function ASP / Getting Started
In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.
Arrays ASP / Getting Started
That's assumed that you are aware of fundamental features of arrays, so let's consider how they are handled in ASP, in VBScript.
String Functions ASP / Getting Started
This tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.