EXIT SUB: 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.

28 January 2023

22 December 2022

21 April 2022

  • curprev 23:5323:53, 21 April 2022RhoSigma talk contribs 343 bytes +343 Created page with "The '''EXIT SUB''' statement can be used in a SUB routine to exit before the code ends. {{PageSyntax}} :: EXIT SUB * Use EXIT SUB to immediately EXIT a SUB if an undesired condition is created. * EXIT SUB is not the same as END SUB which is required in a SUB procedure. ''See also:'' * SUB * FUNCTION {{PageNavigation}}"