Open topic with navigation
PICScript abs( )
abs (expression)
- Returns the absolute value of an expression. The
result is always a positive number.
- This function may be used in horizon math or grid
math scripts.
- Must be used inside a function block func
{}.
Example:
time = abs (upper – lower);
PICScript
Functions)