riccardi,
I got this from the VB6 immediate window:
? hex(asc(vbtab)) 9
Charles
It depends on what type of system you are on.
ASCII – 09 EBCDIC – 05
Rather than depending type of system, depend on the CCSID of the file (or, better, the data in the file}.
Tom
riccardi,
I got this from the VB6 immediate window:
? hex(asc(vbtab))
9
Charles
It depends on what type of system you are on.
ASCII – 09
EBCDIC – 05
Rather than depending type of system, depend on the CCSID of the file (or, better, the data in the file}.
Tom