Error Messages/40504


Error message examples

The «Min» parameter is greater than the «Max» parameter value in call to Truncate.

Cause

The value passed to the «Min» parameter of the Truncate function is greater than the value passed to the «Max» parameter. You may have switched the «Min» and the «Max» parameter to the function.

The declaration for the Truncate function is:

Truncate(ux: numeric sample; xmin, xmax: optional scalar)

Remedies

Correct the parameter passed to the Truncate function so that the «Max» parameter value is greater than the «Min» parameter value.

See Also

Comments


You are not allowed to post comments.