"space" in hex?
- From: "dalz via VBMonster.com" <u35059@uwe>
- Date: Wed, 27 Jun 2007 07:22:24 GMT
I have problem in converting "space" to hex and be read again as "space" in
string
Ex: input text = abcd defg
I must convert this text to hex so it can be store to the card
Then when the card is read by the reader it must return the same result =
abcd defg
But what happening is:
input text = abcd defg
result in hex = 61 62 63 64 20 64 65 66 67
convert it again to string = abcdAIKM'
how to read the "space"??
thanks
--
Message posted via http://www.vbmonster.com
.
- Follow-Ups:
- Re: "space" in hex?
- From: Larry Serflaten
- Re: "space" in hex?
- From: Argusy
- Re: "space" in hex?
- Prev by Date: Re: searching a file
- Next by Date: Re: "space" in hex?
- Previous by thread: Re: searching a file
- Next by thread: Re: "space" in hex?
- Index(es):
Relevant Pages
|
Loading