Dim
| Action: | Declare one or more local variables. |
| Syntax: | DIM
"variable1"
[<,>"variableX"] |
| Remarks: | Local variables are visible only in the current
script or script segment. |
| See Also: |
Global,
ReDim, IsDeclared(
), UBound( ) |
| Examples: |
DIM $Variable |