[jawsscripts] String question
- From: "GianniP46" <giannip46@xxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Tue, 20 Nov 2007 01:09:07 -0500
OK,
I have an app. that I want to modify the say next and say prior line pc cursor
scripts. For example, if I am going to the next line, I want Jaws to read the
whole line minus the first two words. is there a way to get a line then chop
off the first two words and then have jaws speak the rest of the line?
I was able to do it with chopping characters, but not with words. My function
is below.
Void Function SayToEndOfLine ()
var
string Line,
STRING PartLine
LET Line = GetLine ()
Pause ()
;SayString ("Fired")
LET PartLine = StringChopLeft (Line, 6)
Pause ()
SayString (PartLine)
EndFunction
How can I do words instead of characters?
THANKS!
Gian Carlo Pedulla
GianniP46@xxxxxxxxxxxxx
LETS! GO! METS!
- Follow-Ups:
- [jawsscripts] Re: String question
- From: James Panes
- [jawsscripts] Re: String question
- From: David Maynard
- [jawsscripts] Re: String question
- From: The dark Count
Other related posts:
- » [jawsscripts] String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- » [jawsscripts] Re: String question
- [jawsscripts] Re: String question
- From: James Panes
- [jawsscripts] Re: String question
- From: David Maynard
- [jawsscripts] Re: String question
- From: The dark Count