Understanding Numeric Data in VBScript Posted By : at 2008-05-08 13:41:32
VBScript and programming in general relies very heavily on numeric data. All computer data is stored and processed in binary numeric form. However this data is not limited solely to binary. To properly understand how VBScript operates ...
An object is an abstract term used to describe a set of methods properties and events that have a similar or related purpose. These pieces are typically intended to work together and are distributed as such. ...
Understanding Variables in VBScript at 2008-05-08 13:41:32
In VBScript as with any programming language it is extremely important to familiarize yourself with variables and how they work. Variable usage in VBScript is highly simplified but before we begin let s take a look at what variables are ...