Home > Archive > Clarion > August 2005 > hex
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| does anyone know how to convert string to hexidecimal?
| |
| Marko Frelih 2005-08-31, 7:55 am |
| it should be done on char-by-char basis (for loop) and then every char
is converted into hex number in ascii table.
| |
| Marko Frelih 2005-08-31, 7:55 am |
| it should be done on char-by-char basis (for loop) and then every char
is converted into hex number in ascii table.
| |
| Ron Sullinger 2005-08-31, 6:55 pm |
|
Download MiscFunc21 at http://www.sterlingdata.com. It works great...
Ron Sullinger
On Wed, 31 Aug 2005 03:01:01 -0500, Apoc <fanie@coltech.co.za> wrote:
> does anyone know how to convert string to hexidecimal?
>
|
|
|
|
|