create a bufferarray from a string
create a bufferarray from a string
- Subject: create a bufferarray from a string
- From: Andrea Salomoni <email@hidden>
- Date: Fri, 9 Dec 2005 18:43:46 +0100
Hi to all,
I need to create a hex rapresentation of a strring.
I.e :
NSString * theString;
theString = [NSString stringWithString:[myOutlet stringValue]];
After it I need to create an array like:
char buff[68];
and have something like
buff[0] = 0x66;
buff[1] = 0x6F;
etc....
How can I do?
Thank you all!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden