Reading the Screen Aloud

The following example script converts the current TE Client screen into speech that the user can hear.

nNumRows=Get_Screen_Rows
nCurrentRow=1
While(Number_Less_Than_Or_Equal(nCurrentRow,nNumRows))
Speech_From_Text(Get_Screen_Text(nCurrentRow,1),FALSE)
nCurrentRow=Number_Plus(nCurrentRow,1)
End_While
Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal