• 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: DeveloperTools and simple question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DeveloperTools and simple question


  • Subject: Re: DeveloperTools and simple question
  • From: Mark T <email@hidden>
  • Date: Sun, 02 Jun 2002 15:34:49 -0400

> - [self sendString:@"NICK %@", I_chan];
>
> (I_chan is a NSString object) ----> why "too many argumlents to functio
> 'obh_msgsend'"? How can do this thing in a single line?
>


[self sendString:[NSString stringWithFormat:@"NICK %@", I_chan]];

Mark T.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >DeveloperTools and simple question (From: malcom <email@hidden>)

  • Prev by Date: Launch a background task
  • Next by Date: Re: DeveloperTools and simple question
  • Previous by thread: DeveloperTools and simple question
  • Next by thread: Re: DeveloperTools and simple question
  • Index(es):
    • Date
    • Thread