MODIFY enables you to modify a (calculated) value before using it

Syntax

  1. MODIFY(NumVal, Caption$, [Mode%=0, 1, 2])
  2. MODIFY(NumExp, Caption$, [Mode%=0,1 , 2])

Arguments

Remarks

  1. The MODIFY function makes it possible to carry out complex calculation and present the result in order for the user to decide whether to use the value or modify it for further calculations. It provides an expert opinion while keeping flexibility
  2. See also MODIFY# and MODIFY$ for the same type of behaviour on other type of values. 

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview