Articles related to "Windows Scripting Vbscript"Arrays are easy to create in any programming language and can be static or dynamic, one dimension wide or multidimensional; and it's even easier with VBScript.
Initially all VBscript variables are of the same type - the variant; however as soon as a value is assigned then they can become any one of 16 data types.
VBScript is not just a programming language for Intranet web sites; it is also a powerful scripting language - a scriting language that can be used from the command line
A VBScript programmer can use multidimensional arrays in their applications. By using these they organize their data into lists, rectangles or even into a matrix
|