|
Both Stable and Wait will wait at least
the number of seconds you specify, the difference being that Stable doesn’t
start its countdown until the cursor stops moving. We generally advise scripters
to limit dependence on these commands, since, as you’ve noted, the
required period of waiting can vary with the time of day/month. It’s something like the prohibition
of Goto’s in programming…it leads to unreliable/difficult
to maintain scripts. Instead, we suggest extensive use of the
Pause, PauseLoop and At
commands to wait for the application to catch up with each step in the script. Such a script will naturally pace itself
to the application. -----Original Message----- Good Morning... I recently removed all
references of WAIT and changed them to STABLE. I created a variable for STABLE
and placed a slider control on my form to control the speed of the script at
run time. This seem to work well, especially when the network is slow and
I need to slow the keying down. The question I have is...
What is the difference between STABLE and WAIT... And... Should I have removed
all instances of WAIT from my script... ? Thanks, Vince Swisher Information Technology Lahey Clinic See our web page at http://www.lahey.org for a full
directory of Lahey sites, staff, services and career opportunities. |
- [Talk] STABLE vs. WAIT Swisher, Vincent J.
- RE: [Talk] STABLE vs. WAIT Rich McNeil
- RE: [Talk] STABLE vs. WAIT Lew Hundley
