Increment

From Recital Documentation Wiki
Revision as of 13:21, 10 November 2009 by Helengeorge (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Increment memory variable by one


Syntax

++ <memvar>


See Also

--, AVERAGE, COUNT, FOR, PARAMETERS, PRIVATE, PUBLIC, STORE, SUM


Description

The ++ command is used to automatically increment a previously declared numeric memory variable by one. The ++ command must be placed at the beginning of the command line.


Example

i=0
do while i <100
    ++ i
enddo


Products

Recital Server, Recital