Hi Bruce, You on Vista? I ask because there are reports of inconsistencies between SAPI 5.3 (wot happens on Vista) and XP's 5.1
--- In [email protected], "brucexs" <bswit...@...> wrote: > > Worked for me; BTW you can use > for each xx index1 i in yy > to get automatic based 1 counter for loop. Excellent. You made me go read the help. BTW hObj.Voice = <integer> is wrong. Should be hVoice = hObj.GetVoices.Item(1) hObj.Voice(hVoice) but I may have to alter com plugin to make that work.
