[JScript-Dev] Re: Referenced Materials
- From: "Sugiyo" <sugiyo@xxxxxxxxxxxxxxxx>
- To: <jscript-dev@xxxxxxxxxxxxx>
- Date: Wed, 29 Nov 2006 12:13:08 +0700
Dear Vuk, Victor, & all
In the lecture Victor folder I found the script below:
Script GettingToWork()
Var
Int Weekdays,
Int iCounter
Let Weekdays = 5
Let iCounter = 1
While (iCounter <= Weekdays)
Say ("It is day "+iCounter, OT_SCREEN_MESSAGE)
Say ("Today we take the bus to work", OT_SCREEN_MESSAGE)
Let iCounter = iCounter + 1
EndWhile
Say ("It is a weekend, so we will take sky train or taxi", OT_SCREEN_MESSAGE)
EndScript
Unfortunately the script above could not be compiled, Is there any one can
improve the script ?
Regard
Sugiyo
----- Original Message -----
From: Dang Hoai Phuc
To: jscript-dev@xxxxxxxxxxxxx
Sent: Tuesday, November 28, 2006 4:14 PM
Subject: [JScript-Dev] Referenced Materials
Below are useful docs for you to read more. I zipped and uploaded to the web
for you to download all.
1. Basic Scripting Manual from Freedom Scientific:
http://www.saomaicenter.info/OnlineCourse/JawsScript/Basics_of_Scripting.exe
This manual contains many useful lessons for scripting beginner.
2. Freedom Scientific Development Network (FSDN):
http://www.saomaicenter.info/OnlineCourse/JawsScript/FSDN.exe
contains a list of scripts and functions with a good description for each
script/function.
Note, two docs above you can also download from Freedom Scientific website
under Training section for Jaws.
3. Lectures wrote by Victor:
http://www.saomaicenter.info/OnlineCourse/JawsScript/LecturesVictor.zip
contains 10 lectures taught how to write Jaws scripts.
4. Audio tutorial on Jaws scripting conducted by Jim Snowbarger and
broadcasted on ACBRadio:
http://www.saomaicenter.info/OnlineCourse/JawsScript/JScriptAudioJimSnowbarger.zip
contains 13 files showing how to write Jaws scripts. You can also download
these files from ACB radio website.
Regards,
Phuc
- References:
- [JScript-Dev] Warm Greetings to All!
- From: Dang Hoai Phuc
- [JScript-Dev] Re: Warm Greetings to All!
- From: Sugiyo
- [JScript-Dev] Lesson Discussions
- From: Dang Hoai Phuc
- [JScript-Dev] Referenced Materials
- From: Dang Hoai Phuc
Other related posts:
- » [JScript-Dev] Referenced Materials
- » [JScript-Dev] Re: Referenced Materials
- » [JScript-Dev] Re: Referenced Materials
- » [JScript-Dev] Re: Referenced Materials
- » [JScript-Dev] Re: Referenced Materials
- [JScript-Dev] Warm Greetings to All!
- From: Dang Hoai Phuc
- [JScript-Dev] Re: Warm Greetings to All!
- From: Sugiyo
- [JScript-Dev] Lesson Discussions
- From: Dang Hoai Phuc
- [JScript-Dev] Referenced Materials
- From: Dang Hoai Phuc