@SUCC

Top  Previous  Next

Syntax:

 

@SUCC(<value>)

 

Description:

 

This function returns the successor of <value>, i.e. <value> + 1. It is more efficient than using @sum(<value>,1).

 

OK:

 

Unchanged.

 

Example:

 

%S = @SUCC(%S)

 

See also: