RESUME: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 February 2023

19 April 2022

  • curprev 15:2415:24, 19 April 2022BigRon55 talk contribs 766 bytes +766 Created page with "The '''RESUME''' statement is used with '''NEXT''' or a line number or label in an error handling routine. {{PageSyntax}} : RESUME {'''NEXT'''|{{Parameter|lineLabel}}|{{Parameter|lineNumber}}} {{PageDescription}} * '''NEXT''' returns execution to the code immediately following the error. * A {{Parameter|lineLabel}} or {{Parameter|lineNumber}} is the code line to return to after an error. * If the line label or number is omitted or the line number = 0, the code ex..."