VB Script
VB Script
Introduction:-
VBScript has been installed by default in every desktop release of Microsoft Windows since
Windows 98;
• Vbs use only one data type i.e variant. The data type such as
integer,long,single,double,array,object etcare the subtypes of
variant(Master type)
Syntax:-
Msgbox”welcome to vbs”
Val=”Bangalore”
Msgbox”My native place is “&val
& is used to concatenate with the sentence and also to substitute the
variable
val="bangalore"
e.g
msgbox”it is abook”&vbnewline&”
“It is a on atable