Friday, 19 October 2012

VBScript

VBScript is a lightweight programming scripting language. VBScript is Microsoft's Visual Basic Scripting Edition. It is a simplified version of the Visual Basic and Visual Basic for Applications family of programming languages. It is also considered to be closely related to the BASIC programming language.

It is a case insensitive scripting language. It runs on both Client and server side. Only in Internet Explorer it can also be used as a browser language

VBScript has only one data type and it's called a ‘Variant’. Variant - A Variant is a special kind of data type that can contain different kinds of information, depending on how it's used. VBScript is the default language of Active Server Pages (ASP). For many Web-application developers, VBScript may very well be the most important programming language.

No comments:

Post a Comment