Search here for all the info you want in this Blog

VBScript is caseinsensitive

VBScript is case insensitive the variable name “var1” is same as “VAR1” and also keywords “msgbox” is same as “MSGBOX”

ex:
dim var1
Var1 = "hello world"
msgbox VAR1

o/p:


No comments:

Post a Comment