Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1089622
1089622
The value of _halton can be set using the set command. You also can use the convenience values of none, warn, error, and fatal (indicating 0, 4, 8, and 16, respectively) to set the value of _halton:


<pre>
set _halton=error
</pre>
Panel
Html bobswift


Note
titleNote

To use _halton with the _execrc internal variable requires scripting similar to the following example.


html-bobswift
Panel
<pre>
exec cmd ...
if $(_execrc) GE $(_halton)
   set _rc=$(_execrc)
   exit
end
</pre>