BASICHELP.HLB  —  WAIT
  The WAIT statement specifies the number of seconds the program waits for
  input (from the controlling terminal) before signaling an error.

  Example

  WAIT 60%
  INPUT "You have sixty seconds to type your name";name$

1  –  Syntax

      WAIT int-exp
Close Help