top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How are hex literals specified in vbscript?

+2 votes
482 views
How are hex literals specified in vbscript?
posted Feb 24, 2014 by Muskan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Feb 25, 2014 by Atul Mishra
Similar Questions
+4 votes

Also want to know where and how each one is used?

+1 vote

How to Write a code to find the string in 2 dimentional array?
Help!

+3 votes

What is the difference between VB script and java script?

...