For Programmers: Free Programming Magazines  


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]

 

Author hex
Apoc

2005-08-31, 3:55 am

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?
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com