Description
This function returns the negative values of all the elements in a dynamic array. It takes the general form:
NEGS(dynamic.array)
If the value of an element is negative, the returned value is positive. If dynamic.array evaluates to null, null is returned. If any element is null, null is returned for that element.
Go back to jBASE BASIC.