Replacing revSpeechVoices()

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Replacing revSpeechVoices()

Post by bn » Thu Oct 09, 2014 8:23 pm

Hi Jim,

how about

Code: Select all

repeat for each line cLine in theVoiceList
      put word 1 to -2 of cline & cr after output
   end repeat
:)

Kind regards
Bernd

jiml
Posts: 339
Joined: Sat Dec 09, 2006 1:27 am

Re: Replacing revSpeechVoices()

Post by jiml » Fri Oct 10, 2014 5:09 pm

Even better!

Post Reply