Re: Text concatenation
Re: Text concatenation
- Subject: Re: Text concatenation
- From: Andy Armstrong <email@hidden>
- Date: Thu, 3 Mar 2005 23:48:56 +0000
On 3 Mar 2005, at 16:53, Ronald Hofmann wrote:
Hi all,
this works: [fullName setStringValue:NSFullUserName()];
this does not work: [fullName setStringValue: @"Willkommen " +
NSFullUserName()];
Why would you expect it to work? '+' isn't a string concatenation
operator in C or ObjC.
--
Andy Armstrong, hexten.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden