Low cost ecommerce web development India flash website design 

VBScript Functions

This will provide you with a quick look at the more important VBScript

functions. They include functions for type checking, typecasting, formatting,

math, date manipulation, string manipulation, and more.

Type Checking Functions

These functions allow you to determine the data subtype of a variable or

expression.

§ VarType (expression) returns an integer code that corresponds to the

data type.

§ TypeName (expression) returns a string with the name of the data type

rather than a code.

§ IsNumeric (expression) returns a Boolean value of True if the

expression is numeric data, and False otherwise.

§ IsArray (expression) returns a Boolean value of True if the

expression is an array, and False otherwise.

§ IsDate(expression) returns a Boolean value of True if the expression

is date/time data, and False otherwise.

§ IsEmpty (expression) returns a Boolean value of True if the expression

is an empty value (uninitialized variable), and False otherwise.

§ IsNull (expression) returns a Boolean value of True if the expression

contains no valid data, and False otherwise.

§ IsObject (expression) returns a Boolean value of True if the

expression is an object, and False otherwise

 

freelance web designer India web development

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73