VBScript Functions
Examples
Uppercase or lowercase characters?
How to use the UCase and LCase functions.
These functions return a string that has been converted to uppercase or
lowercase characters.
Remove leading or trailing spaces from
a string
How to use the Trim, LTrim and RTrim functions.
The first function returns a string without leading and trailing spaces, the
second function returns a string without leading spaces, the third function returns a string without
trailing spaces.
Reverse a string
How to use the StrReverse function.
This function reverses a string.
Round a number
How to use the Round function.
This function rounds a number.
Return a random number
How to use the Rnd and the Randomize
functions. These functions return random numbers.
Return a random number between 0-99
How to use the Rnd, Int, and Randomize functions, to return a random number between 0 and 99.
Return a specified number of
characters from the left or right side of a string
How you can use the Left and Right functions.
These functions return a specified number of characters from the left or right side of a string.
Replace some characters in a string
How to use the Replace function.
This function replaces some characters in a string.
Return a specified number of
characters from a string
How to use the Mid function.
This function returns a specified number of characters from a string.
Learn XML with <oXygen/> XML Editor - Free Trial!
 |
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|