Tutorials    Freebies    Links    Feedback    Thank me
Agent Store   Agent Games   Legal notice    History
Home

Intro»»Part 1»»Part 2»»Part 3»»Part 4

Setting the Bookmark

Now add this code to the click event of the command button:

Peedy.Speak "A,\mrk=100\ B,\mrk=200\" _
& "C\mrk=300\."
Peedy.Speak "One,\mrk=400\ Two,\mrk=500\" _
& "Three\mrk=600\."
Peedy.Speak "\mrk=700\"

The \mrk=XXX\ tag is the bookmark.

Try the code you have so far. Peedy should appear when the form is shown. Then, when you press the button, Peedy should say "A, B, C. One, Two, Three.".

Intro»»Part 1»»Part 2»»Part 3»»Part 4