BASICHELP.HLB  —  ON  ERROR  GOBACK
  After BASIC executes an ON ERROR GO BACK in  a  subprogram  or  DEF,
  control transfers to the calling (main) program when an error occurs
  under certain conditions.

  Example

  ON ERROR GO BACK

1  –  Syntax

      { ONERROR  }
      { ON ERROR } GO BACK
Close Help