• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to get array of characters from NSString
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get array of characters from NSString


  • Subject: Re: How to get array of characters from NSString
  • From: Phil Faber <email@hidden>
  • Date: Fri, 8 Aug 2008 13:25:34 +0100

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 (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to get array of characters from NSString
      • From: Deborah Goldsmith <email@hidden>
References: 
 >How to get array of characters from NSString (From: "SridharRao M" <email@hidden>)

  • Prev by Date: Separating elements in an NSView subclass
  • Next by Date: Re: How to tell whether an executable supports GC?
  • Previous by thread: Re: How to get array of characters from NSString
  • Next by thread: Re: How to get array of characters from NSString
  • Index(es):
    • Date
    • Thread