Re: Convert hexstring to int?
Re: Convert hexstring to int?
- Subject: Re: Convert hexstring to int?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 16 Jun 2003 16:21:15 +0200
At 8:52 Uhr +0000 16.06.2003, Peter Karlsson wrote:
"$00, $07, $04, $FF, $08, $FB, $0C"
Is there a simple way to convert the hexstring to several integers like this?
As a last resort, you could always use strtok() and strtol() on the
cString of the string.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.