Navigation:  Reference > Commands >

Increment

Print this Topic Previous pageReturn to chapter overviewNext page

 

Increment an I or R type field.

 

INC fn/vRequired - The name of the field being incremented.  Must be of I or R type.

 

COMMENTS

This is the same as adding 1 to the field.  That is:

 

       INC CNTR

 

is equivalent to:

 

       CNTR = CNTR + 1

 

This command provides a more succinct method of adding 1 to a field.  This command also runs a little faster than the standard addition routine.

 

 

SEE ALSO

DEC

 

 


Page url: http://www.cassoftware.com/tas/manual/increment.htm