Navigation: thinBasic Modules > SAPI > SAPI_VoicesGet |
|
Description
Returns a string containing the list of installed SAPI voices.
Syntax
s = SAPI_VoicesGet
Returns
String.
List of installed SAPI voices. Each voice is separated by $TAB.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
To retrieve the list of installed SAPI voices use something like:
Dim Voices() As String
Dim nVoices As Long
nVoices = PARSE(SAPI_VoicesGet, Voices, $Tab)
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |