NEGS


The NEGS function is used to return the negative values of all the elements in a dynamic array.

 

COMMAND SYNTAX

NEGS(array)

If the value of the element is negative, the returned value is positive. If array evaluates to null, null is returned. If any element is null, null is returned for that element.


jBC