[jawsscripts] GetCursorPosString question
- From: "Trent, Mike" <Mike.Trent@xxxxxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Fri, 18 Jan 2008 13:19:19 -0500
I am trying to get the cursor position using the GetCursorPosString
function. One of the parms is a string to tell it which measurement to
use. This doesn't appear to change the return result. I am using the
script below.
I have tried several things to substitute for smmSpaces. Can anybody
tell me what I am doing wrong?
Is it possible that the window I am reading has no other methods of
measurement available?
Script SayPosition ()
var
string sPos
let sPos = GetCursorPosString (GetActiveCursor (),smmSpaces)
Say (sPos,ot_Message)
EndScript
Other related posts:
- » [jawsscripts] GetCursorPosString question