Re: "space" in hex?
- From: Argusy <argusy@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 18:23:22 +0930
Argusy wrote:
dalz via VBMonster.com wrote:
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
Something wrong, there.
Lower case "abcd defg" should be 96, 97, 98, 99 20 99 100 101 102
Take another look at your encrypting algorithm. It aint right
Argusy
Innit marvelous!!
Go away for 30 minutes, re-read it and you can see I've been a right proper nong.
The hex (Hex, Graham, HEX) conversion is correct as dalz has wrote (sic) it.
Please show the code you're using - then we can figure out what the problem is
Argusy
.
- References:
- "space" in hex?
- From: dalz via VBMonster.com
- Re: "space" in hex?
- From: Argusy
- "space" in hex?
- Prev by Date: Re: "space" in hex?
- Next by Date: Re: "space" in hex?
- Previous by thread: Re: "space" in hex?
- Next by thread: Re: "space" in hex?
- Index(es):
Relevant Pages
|