Error Messages/40477

< Error Messages
Revision as of 22:52, 27 January 2009 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Examples of Message

In call to Bernoulli, the first parameter, p, should be greater than or equal to zero.

General form:

In call to function %1%, the %2% parameter, %3%, should be greater than or equal to zero.

Why this occurs

You are calling a function that expects a non-negative number for the indicated parameter, but you are passing it something other than a non-negative number. You may be passing it a negative number, Null, a text value, a reference, or something else.

The parameter is declared with the NonNegative qualifier.

Comments


You are not allowed to post comments.