0 pts.
 Hexadecimal
Can someone please tell me the hex value of the [TAB] key Thanks

Software/Hardware used:
ASKED: March 3, 2006  7:17 AM
UPDATED: December 1, 2009  4:21 AM

Answer Wiki:
A tab is 9.
Last Wiki Answer Submitted:  March 3, 2006  7:34 am  by  PurpleLady   0 pts.
All Answer Wiki Contributors:  PurpleLady   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

riccardi,

I got this from the VB6 immediate window:

? hex(asc(vbtab))
9

Charles

 0 pts.

 

It depends on what type of system you are on.

ASCII – 09
EBCDIC – 05

 15 pts.

 

Rather than depending type of system, depend on the CCSID of the file (or, better, the data in the file}.

Tom

 108,310 pts.