Re: constants? strings? what do i wrong?
Re: constants? strings? what do i wrong?
- Subject: Re: constants? strings? what do i wrong?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 2 Feb 2004 14:25:30 -0800
On Feb 2, 2004, at 1:59 PM, Steffi Krause wrote:
NSLog (@"%@", [ASTRING description]);
thank you very much for your help. unfortunately the problem is still
there.
MyApp has exited due to signal 10 (SIGBUS).
Try it again, like this:
NSLog(@"%@", ASTRING);
The "description" message isn't necessary. BTW, is that the real
contents of ASTRING, and if not, what does it really say? Remember that
NSString constants must be 7-bit, so if you're trying to throw in
non-ASCII characters (like 'C<' or 'C'' or 'c', etc.) then that won't
work.
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
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.