Saturday 8 October 2011

Variables


  • Variable is a container which is used to hold a value either in temporary or permanently.
  • VBScript has one fundamental datatype called “VARIENT” which can hold different datatypes.

E.g. VInteger=123
       VString=”vbscript”

No comments:

Post a Comment