@PRED

Top  Previous  Next

Syntax:

 

@PRED(<value>)

 

Description:

 

This function returns the predecessor of <value>, i.e. <value> - 1. It is more efficient than using @diff(<value>,1)..

 

OK:

 

Unchanged.

 

Example:

 

%P = @PRED(%P)

 

See also: