Dim

Description

Declares variables and allocates storage space

Syntax

Dim variablename

Parameters

variablename

A string of characters indicating the name of the variable.

Remarks

This is a Microsoft VBScript statement. For additional information refer to the Microsoft VBScript documentation.

Example

Dim Count

Dim FileName