$STATUSR: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Automatically generated page update
 
(No difference)

Latest revision as of 13:18, 20 April 2013

Function

Resets the value of $STATUS to zero and returns a value of zero.

Syntax

$STATUSR

Usage

The $STATUSR function accepts no arguments.

Programs that use a DO WHILE $STATUS=0 loop can use $STATUSR within the loop to process a nonzero $STATUS and continue looping.