010143 : Non-negative value is requested.
Description
The function requires that the input value be either 0 or a positive number. It cannot be negative.
Solution
Use 0 or a positive number for the value.
7/16/2013
The function requires that the input value be either 0 or a positive number. It cannot be negative.
Use 0 or a positive number for the value.