Error Messages/40235

Message

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

Examples:

  • 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.