• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: constants? strings? what do i wrong?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: constants? strings? what do i wrong?
      • From: Jörn Salewski <email@hidden>
References: 
 >Re: constants? strings? what do i wrong? (From: "Steffi Krause" <email@hidden>)

  • Prev by Date: WebKit eating <SCRIPT language="XML"> goodness
  • Next by Date: Re: Packager
  • Previous by thread: Re: constants? strings? what do i wrong?
  • Next by thread: Re: constants? strings? what do i wrong?
  • Index(es):
    • Date
    • Thread