VBScript Keywords

VBScript Keywords empty: Used to indicate an uninitialized variable value. A variable value is uninitialized when it is first created and no value is assigned to it, or when a variable value is explicitly set to empty. Example: dim x ‘the variable x is uninitialized! x=”ff” ‘the variable x is NOT uninitialized anymore x=empty ‘the [...]

Follow

Get every new post delivered to your Inbox.