Thursday, June 3, 2010

program to force the declaration of variables

Option Explicit
Dim MyString, MyReturn
MyString = " VBScript is fun! "
'MyReturn = Trim(MyString)
MsgBox MyReturn

No comments: