VBScript to demonstrate the use of conversion functions
kw.vbs
Output
Converts the first letter in a string to ANSI code: 65 Converts an expression to a variant of subtype Boolean: False True Converts an expression to a variant of subtype Byte: 67 61 Converts an expression to a variant of subtype Currency: 50.8569 Converts an expression to a variant of subtype Double: 5.08569252258587E+20 Converts the specified ANSI code to a character: * Returns the hexadecimal value: 1D6 Returns the octal value: 726
What Next?
VBScript to demonstrate the use of format functions
VBScript to demonstrate the use of math functions
VBScript to demonstrate the use of date and time functions
Advertisement