Re: DeveloperTools and simple question
Re: DeveloperTools and simple question
- Subject: Re: DeveloperTools and simple question
- From: Manfred Lippert <email@hidden>
- Date: Sun, 02 Jun 2002 21:37:44 +0200
>
- [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]];
should work. (Untested)
Regards,
Mani
_______________________________________________
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.