EasySpeech Controls v2.0

VoiceCmdList

Property VoiceCmdList As String
Read/Write: Write only

Description

Sets this property with the list of voice commands.

Each voice command must be separated by one of the following delimiters:

DELIMITER                                             	ASCII CODE 
Vertical bar (pipe) character ( | ) 	                <124> 
CR (Carriage Return) 	                                <13> 
CRLF (Carriage Return/Line Feed) 	                    <13><10> 
Example :
IListen.VoiceCmdList="david|john|peter" or IListen.VoiceCmdList="david" & vbCrLf &"john" & vbCrLf & "peter"

After set this property, uses VoiceCmdStart(VCMD_SOURCE_LIST) to start voice command.

Remarks

None.

See Also

VoiceCmdFile