For those wo are measuring with protable arms and do not want to permanently watch the Status Bar or Measurement Dialog to see which element comes next:
Code: Select all
SpeakText = "Measure Circle 1 with 4 points without plane "
'
'* The next two rows should exist in the first script.
'* If you want to use this script multiple times, then remove
'* the next two lines in the following scripts
'
Dim sapi
Set sapi=CreateObject("sapi.spvoice")
'
'* This is the main function. This has to remain in all further scripts
'
sapi.Speak SpeakText