bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ON STRIG Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
ON STRIG(n%) GOSUB {linenumber | linelabel}
 
    ■ n%               The trigger number (an integer expression):
                           n%    Trigger  Joystick
                           0     Lower    First
                           2     Lower    Second
                           4     Upper    First
                           6     Upper    Second
    ■ linenumber or    The first line of the event-handling routine to
      linelabel        branch to when joystick trigger n% is pressed.
 
    ■ ON STRIG is not available for OS/2 protected mode.
 
See Also    EVENT    STICK    STRIG Statements