I'm a newbie myself but this might help you:
As far as I know,
[ob characterAtIndex:<num>]
(replacing <num> with the character you are after)
..will extract the single character at index <num>.
For example:
NSLog(@"%c",[ob characterAtIndex:i]);
Outputs to the console that character in question.
Phil
On 8 Aug 2008, at 05:27, SridharRao M wrote:
Hi,I want to retrieve characters from NSString Can any one guide me
how to
do it.
Ex:
NSString *ob=@"TEST Object";
Now how to retrieve the "Test Object " value into my Char Array.
Regards,
Sri.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]