VBScript Programming

VBScript programming is a huge subject. Keep in mind that even an in-depth discussion of how to write computer programs might not even begin to touch on subjects such as architecture, system design, database design, testing, documentation, and all the rest of the subjects that an accomplished software developer should master. But don't let all that discourage you. Everyone starts somewhere, and this a great place for you to start learning the art and science of making a computer sing. Here I am going to go through the most basic concepts of programming variables, comments, using built-in VBScript functions, and other syntax issues.

Next