Sunday, June 20, 2010

Declaring variables using VB Script

Dim: Declaration in memory
Dim a
a=10
MsgBox a
Output:10

No comments:

Post a Comment