Difference between revisions of "Error Messages/40235"

Line 9: Line 9:
 
= Some examples that cause this error =
 
= Some examples that cause this error =
  
:[[Sequence]]("A","Z")
+
:[[Sequence]]("A",7)
 
:[[Uniform]](0,Null)
 
:[[Uniform]](0,Null)

Revision as of 17:23, 2 May 2011

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",7)
Uniform(0,Null)
Comments


You are not allowed to post comments.