Re: invalid use of void expression
Re: invalid use of void expression
- Subject: Re: invalid use of void expression
- From: "David P. Henderson" <email@hidden>
- Date: Tue, 3 Jul 2001 08:48:04 -0400
On Tuesday, July 3, 2001, at 04:29 , Rob Rix wrote:
>
searchWindow = [NSConnection
>
rootProxyForConnectionWithRegisteredName:[[NSMutableString
>
stringWithString:@"10191_Ce_"] appendString:[[name
>
componentsSeparatedByString:@"_"] lastObject]] host:@"*"];
>
>
Unfortunately, this gives me the error in the subject line. This has me
>
completely stumped; this isn't even a compile error I've run into
>
before.
>
What's up with this?
>
- (void)appendString:(NSString *)aString; watch those return types. ;)
Dave
--
Chaos Assembly Werks
"The proper office of a friend is to side with you when you are in the
wrong. Nearly anybody will side with you when you are in the right."
- Mark Twain