<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>It sounds like "<span style="mso-spacerun:yes"> </span>SpVoice
:= CreateOleObject('SAPI.SpVoice');" is failing and then SpVoice
is nil ?</p>
<p>May be try with an OleVariant instead of a simple Variant ? (i.e
declare var SpVoice: OleVariant; )<br>
</p>
</body>
</html>