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