I cant stop the quotes - its Apple Mail being dumb :p
I tried with the @ and got an error about exactly that…an NSConstantString.
Im attempting a fresh install tomorrow and then I can extract the various
messages I get.
Kind regards, Ingwie
Am 28.11.2013 um 20:59 schrieb Riccardo Mottola <[email protected]>:
> Hi,
>
> On 11/28/13 02:26, Kevin Ingwersen wrote:
>> #import <Foundation/Foundation.h>
>> int main() {
>> NSString *str = „o.o“;
>> NSLog(str);
>> return 0;
>> }
> make that:
>
> NSString *str = @"o.o";
>
> Notice both the @ that marks this as a NSConstantString and also "" versus
> your quote marks!
>
> Riccardo
>
> _______________________________________________
> Discuss-gnustep mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep