$ErrClr: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Mlarocca moved page $ERRCLR to $ErrClr: Lower case change)
mNo edit summary
 
Line 1: Line 1:
<p>The $ERRCLR function clears the error message text returned by the $ERRMSG and $FSTERR functions. The $ERRCLR function takes no argument.</p>
<p>
<b>Example</b>
The <var>$ErrClr</var> function clears the error message text returned by the <var>[[$Errmsg]]</var> and <var>[[$Fsterr]]</var> functions. The <var>$ErrClr</var> function takes no argument.</p>
<p class="code">%DUMMY=$ERRCLR
 
==Example==
<p class="code">%dummy=$errclr
</p>
</p>
[[Category:SOUL $functions]]
[[Category:SOUL $functions]]

Latest revision as of 20:08, 17 November 2014

The $ErrClr function clears the error message text returned by the $Errmsg and $Fsterr functions. The $ErrClr function takes no argument.

Example

%dummy=$errclr