home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / PAUSE.SCR < prev    next >
Text File  |  1991-12-03  |  1KB  |  29 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« PauseScript »ye«
  3.  
  4.     /PAUSE {seconds} [{parameter1} .. {parameter18}]
  5. /cw
  6.     The »%t«PauseScript»#« command pauses the script for »cy«{seconds}»#«. It
  7.     functions the same as the »cy«PAUSE»#« display parameter.
  8.  
  9.     If the user presses any key except »bo«<Esc>»#«, during a pause,
  10.     execution of the script resumes immediately. If the user
  11.     presses the »bo«<Esc>»#« key, the »%t«/PAGEPROMPT»#« is displayed and the
  12.     program pauses until the user presses any key. If the user
  13.     presses the »bo«<Esc>»#« key again, script execution is terminated.
  14. .pg clr
  15.     In addition, the following parameters are supported:
  16.  
  17.     »wh«CLR»#«                 Clear the current window and reset the
  18.                         line count.
  19. /PAUSE 3
  20.     »wh«BELL»#«                Sound the computer's "bell".
  21. /PAUSE 3
  22.     »wh«RESET»#«               Reset the display's line counter.
  23. /PAUSE 3
  24.  
  25.     (»cy«The command »gr«/PAUSE 3»cy« was used between each of these displays
  26.      to slow script execution.»#«)
  27.  
  28. /ENDEXEC CLEAR
  29.