I want to be able to get a string (for example the letter @"A"), and I want to get what is the byte value (01000001) and change it to another byte value like (01000010) = B. Than convert it in a string again and replace the letter A for the letter B, in objective-c (xcode)
I'm I clear ? (maybe not...) Thanks for any help.
Vincent
charis indistinguishable from abyteso what is your goal?