• 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: Speech impediment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speech impediment


  • Subject: Re: Speech impediment
  • From: Michelle Steiner <email@hidden>
  • Date: Thu, 2 Aug 2001 22:38:31 -0700

On 8/2/01 4:12 PM, Dennis Wurster <email@hidden> wrote:

>tell application "Finder"
> activate
> display dialog "What would you like me to say?" default answer ""
> say text returned using Zarvox
>end tell

Three errors, two of them major.

It's "text returned of the result"

The name of the voice is a string, so it has to be quoted.

There's no need for the tell wrapper

display dialog "What would you like me to say?" default answer ""
say text returned of the result using "Zarvox"

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------


  • Prev by Date: Re: Script Editor 1.6 problems ...
  • Next by Date: Re: Startup Disk scripting (redux)
  • Previous by thread: Re: Speech impediment
  • Next by thread: Re: Speech impediment
  • Index(es):
    • Date
    • Thread