martin webster wrote:
Can I please have a working example of the OnSpeakExceptionDictionaries Speech
object event.
There's nothing called OnSpeakExceptionDictionaries in our OM. Are you
referring to OnProcessExceptionDictionaries? If so, you'd do something
like this, which converts the string "bubba" to "Joe":
ConnectEvent Speech, "OnProcessExceptionDictionaries", "MyFunction"
Function MyFunction(originalString, modifiedString)
If originalString = "bubba" Then
modifiedString = "Joe"
Else
modifiedString = originalString
End If
MyFunction = True
End Function
Aaron
--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.
Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development