|
examples are provided with every object and its methods, all sorted by object, and with user notes.
www.sloppycode.net/fso/
|
|
An abridged and amended, quick reference version of the Microsoft VBScript reference, searchable and easy to use, with all functions etc. linking straight to their Microsoft source.
www.sloppycode.net/vbscript/
|
|
Learn the basics of VBScript with this four part tutorial.
www.trainingtools.com/online/vbscript/index.htm
|
|
Learn how to make JavaScript dance with VBScript from client to server. When two languages tango, timing is everything. (Webreference)
www.webreference.com/programming/javascript/vbscript/
|
|
Have you ever wanted to ensure that a string did not contain a number of various substrings? While you could use multiple InStrs, there is a better way! (4Guys)
www.4guysfromrolla.com/webtech/120700-1.shtml
|
|
This tutorial demonstrates how to use the VBScript function Filter to selectively pick and choose certain elements out of an array. Read on to learn more about this useful function! (4Guys)
www.4guysfromrolla.com/webtech/111300-1.shtml
|
|
This explains what a linked list is, why you should use them, and how to implement one.
abstractvb.com/code.asp?CID=79
|
|
The first place to start when learning the Visual Basic Scripting Edition. Includes User's Guide, Language Reference, FAQ, Downloads and more.
msdn.microsoft.com/scripting/default.htm?/scripting/vbscript/doc/vbsfirst.htm
|