TTS.Spell
The option makes the Android device spell the letters of a text outloud. While it can be called any user input, the button is most preferred.
Group: TTS
Syntax: TTS.PauseTime
Example:
Private Sub btnSpell_Click()
On Error Resume Next
TTS.Spell = "テスト"
TTS.Spell = "Orientation"
End Sub
Versions Supported: RFgen 5.2.2.0 and newer.
Devices Supported: Android, iOS.