View Full Version : ascii to hex convert
Phil Merry
12-06-2009, 06:58 AM
Hi, anyone know how I can convert ascii to hex within AM 6?
Ulrich
12-06-2009, 07:14 AM
This should help:
http://www.indigorose.com/forums/showthread.php?t=12182&page=2
Ulrich
jassing
12-06-2009, 10:36 AM
Hi, anyone know how I can convert ascii to hex within AM 6?
Do you want to convert a decimal value to hex?
Phil Merry
12-06-2009, 12:21 PM
Thanks all, I have found it
I have converted text to hex, now I want to change that hex by division or multiplication to a different hex number?
Phil
Phil Merry
12-11-2009, 12:08 AM
Hi Everyone
I have managed, with your help, to change ascii to hex, I now want to encript that hex by multiplication and/or devision.
I'm not too good with maths and unfamiliar with sql although I know a little, I'm just not experienced in that area.
for instance, if I have a hex number of, say 3D54F, how could I multiply that by say 26CD ? or even a decimal ?
Regards
Phil
jassing
12-11-2009, 08:12 AM
You really aren't converting "ascii" to hex, you're converting decimal to hex.
Your easist way to do the math is to convert it back to decimal; do your math; and then reconvert to hex.
No ascii characters would have a value greater than FF.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.