Error Messages/40235

< Error Messages
Revision as of 18:32, 3 November 2008 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Message

In call to function %fn%, the %n% parameter, %name%, should be numeric.

Example2:

  • In call to function Sequence, the first parameter, start, should be numeric.
  • In call to function Uniform, the second parameter, max, should be numeric.

Some examples that cause this error

Sequence("A","Z")
Uniform(0,Null)
Comments


You are not allowed to post comments.