PRED - Get previous

Language reference ›› Built-in functions ›› Miscellaneous ››
Parent Previous Next

PRED(expression)        

Returns the previous value of <expression>.


If <expression> is of type BOOLEAN, the result is always FALSE.

No overflow / underflow check is made at run-time.

Range checking is made only if <expression> refers to a constant value identifier.