VBScript Syntax Rules and Guidelines

VBScript Tutorial

VBScript Syntax Rules and Guidelines, Introduction to Visual Basic Scripting Edition, VBScript Syntax, and VBScript coding standards. VBScript Syntax Rules and Guidelines 1. Case-sensitivity: By default, VBScript is not case sensitive and does not differentiate between upper-case and lower-case spelling of words, for example, in variables, object and method names, or constants. For example, the … Read more