• 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: Where can I get some examples of if() conditionals being used with string variables in Objective-C
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C


  • Subject: Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C
  • From: Dan Uff <email@hidden>
  • Date: Wed, 25 Jun 2008 10:51:25 -0400

Hi,
Check Google. Just type in "examples of if() conditionals" (with the quotes).


Hope this helps,
Dan

On Jun 25, 2008, at 8:24 AM, Papa-Raboon wrote:

Hi All,

Anybody know where can I get some examples of if() conditionals being used
with string variables in Objective-C?


To be specific, I am trying to use an if conditional to check the value of a
string being a certain value and then replacing it with a different value if
the condition returns TRUE.
Currently I have:


NSString *theName = [NSString stringWithFormat:@"%@ %@", [firstName
stringValue], [lastName stringValue]];

I thought that this would work but it doesn't:

if ([NSString theName] == @"John Lenon") {

// then something here using setStringValue but haven't got a clue how to do
this.


}

I want to check if "theName is currently "John Lenon" and change it to be
"Ringo Starr".


Any help would be greatly appreciated thanks as I am a complete newbie and
need to get my head around many things in Objective-C.


Thanks

Paul Randall
_______________________________________________

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

_______________________________________________

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:
    • how to save keyboard shortcuts?
      • From: HAMSoft Admin <email@hidden>
    • Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C
      • From: Michael Vannorsdel <email@hidden>
    • Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C
      • From: "I. Savant" <email@hidden>
References: 
 >Where can I get some examples of if() conditionals being used with string variables in Objective-C (From: Papa-Raboon <email@hidden>)

  • Prev by Date: Re: Newbie question: error in creating a NSData object using handle (Resource Management)
  • Next by Date: Re: Is it possible for several NSURLConnection instances to share one delegate?
  • Previous by thread: Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C
  • Next by thread: Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C
  • Index(es):
    • Date
    • Thread