• 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: Andrew Baldwin <email@hidden>
  • Date: Sun, 2 Jun 2002 20:12:01 -0400

About your problem with [self sendString:@"NICK %@", l_chan], you should do something like this:

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

look at + [NSString stringWithFormat:]

I don't know about the new developer tools... I'm running jaguar but haven't used the new tools yet...


Hello again...

I'm printing obj-c manual... But I have two question:

[OFF] - What's the really new feature for developer tools (I have a 56k
connection :p). It's a good beta? Any serious bug?

- [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?

Thx malcom
_______________________________________________
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.

  • Prev by Date: Pasteboards and filenames
  • Next by Date: Re: keeping a view at a given aspect ratio?
  • Previous by thread: Re: DeveloperTools and simple question
  • Next by thread: Launch a background task
  • Index(es):
    • Date
    • Thread