Re: speechSynthesizer willSpeakWord trouble
Re: speechSynthesizer willSpeakWord trouble
- Subject: Re: speechSynthesizer willSpeakWord trouble
- From: Andy Lee <email@hidden>
- Date: Fri, 6 Jul 2007 18:33:42 -0400
On Jul 6, 2007, at 6:22 PM, Paul Bruneau wrote:
The range is coming through OK, but no matter what I have tried,
the substring I am trying to get above) always comes out (null). I
have tried just putting myString (without the substring part) into
the log, but it is also (null).
Look at what your own log message is telling you: myString is nil.
This means that sending it a substring message will also return nil.
So you need to figure out why that variable doesn't have the value
you think it does.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden