VBScript: Functioning with Strings Posted By : at 2008-05-08 13:41:32
In this continuing series on VBScript functions I will cover the string functions. In the past we went over date time and array functions. There are not quite as many built-in string functions in the language as there are date time ...
Other Posts about VBScript: Functioning with Strings you may like:
Conditional Statements in VBScript at 2008-05-08 13:41:32
Inevitably as you progress to more complex scripts your scripts will need to be able to make decisions and take separate actions based upon those conditions. For this VBScript provides conditional statements. ...
Understanding Numeric Data in VBScript 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 ...
VBScript: More Fun with the Date Functions at 2008-05-08 13:41:32
In our first article on VBScript date functions way back in January we covered CDate Date DateAdd and DateDiff. In this article we ll be picking up where we left off. We still have a lot of ground to cover who knew dates were so ...
VBScript: Final Date Functions at 2008-05-08 13:41:32
In our previous article we discussed more of the Date Functions like IsDate Hour Minute Month and so forth. In this article we will conclude our discussion of the VBScript Date Functions and if there s time and room we ll throw in the ...
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 ...