The hex literals are specified using"Hex()" method in vb script.
Example: a = 25 Wscript.Echo Hex(a) The output of this script is 19, which just happens to be the hex equivalent of 25.
Also want to know where and how each one is used?
How to Write a code to find the string in 2 dimentional array? Help!
What is the difference between VB script and java script?