Let me try rephrasing ... you want to convert a string to an int, do some bit manipulation on the int, then convert the int value back to a string representation?
-- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Charles Rezsonya wrote in message <[EMAIL PROTECTED]>... > >i want to convert a string, of chars or numbers, into binary 1's and 0's, >then remove the first and last bits and then the result back to hex (or >string) etc. > >-----Original Message----- >From: Jason Dawes <[EMAIL PROTECTED]> >To: Palm Developer Forum <[email protected]> >Date: Friday, July 07, 2000 6:19 PM >Subject: Re: bits of string > > >>At 01:14 PM 7/7/2000 -0400, you wrote: >>>hey, i want to take a string, and convert it to binary, remove the >first >>>and last bit, and have the pointer point to that. anyone know how i can >>>accomplish this??? >>> >> >>Convert it to binary? What do you mean by this? Do you mean convert it to >>a string of 1's and 0's? Or is it a string holding a number? >> >> >>-- >>For information on using the Palm Developer Forums, or to unsubscribe, >please see http://www.palmos.com/dev/tech/support/forums/ >> > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
