Re: DeveloperTools and simple question
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.