[jawsscripts] Re: Creating A Loop

  • From: Bob <temp@xxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Tue, 19 Jul 2016 15:20:01 +0100

A for loop does the iteration without needing next. 

Var int counter
For counter = 1 to 8
 TabKey()
EndFor

Should do it. 

Bob

On 19 Jul 2016, at 15:02, Hicks Steven (ROYAL CORNWALL HOSPITALS NHS TRUST) 
<steven.hicks@xxxxxxx> wrote:

Var int counter
For counter = 1 to 8
[tab}
Next Counter

__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: