Increment an I or R type field.
INC fn/v | Required - 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
Page url: http://www.cassoftware.com/tas/manual/increment.htm