Well I made a stack (which I have just uploaded to
RevOnline; "Speech Checker") which took me 3 minutes
to make (swank, swank).

It contains 2 flds:  "fSPEECH"  and "YNO" and a
button: "CHECK FOR SPEECH"

the button contains the following script:

on mouseUp
  put revSpeechVoices() into fld "fVOICES"
  if fld "fVOICES" is empty then
   put "NO SPEECH CAPABILITY" into fld "YNO"
 else
   put "SPEECH CAPABILITY PRESENT" into fld "YNO"
   end if
end mouseUp

Love, Richmond


____________________________________________________________

A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to