Decrement command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__  <div id="printheader"> <br /> <span id="decrement-command"></span> = <span class="f_Heading1">decrement command</span> = </div> <div id="idcontent"> <div id=...")
 
No edit summary
Line 1: Line 1:
__TOC__
__TOC__

<div id="printheader">
<br />
<span id="decrement-command"></span>
= <span class="f_Heading1">decrement command</span> =
</div>
<div id="idcontent">
<div id="innerdiv">
<div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;">


{|
{|

Revision as of 02:01, 25 May 2022

Action:

Decreases the value by 1 of a specified numeric macro variable. If the macro variable is non-numeric or is  undefined, an error is issued.

Syntax:

decrement &var

where &var is a macro variable that may or may not already exist.

The inverse of this command is increment. A related Client function is &&sum.

Client menu: --
Introduced: Build 57