|
9 |
Featured VBScript Commands
|
In this chapter, important VBScript commands for programming with CATScript are listed.
9.1 Abs
Abs is a function that returns the absolute value of a number (amount).
Example:
9.2 Asc
Asc is a function that returns the numerical ANSI character code value of the first character in a string.
Example:
9.3 Boolean ...