Difference between revisions of "Error Messages/40235"

Line 1: Line 1:
 
= Message =
 
= Message =
  
:In call to function %fn%, the %n% parameter, %name%, should be numeric.
+
:In call to function %fn%, the %n% parameter, «%name%», should be numeric.
  
 
Examples:
 
Examples:
* In call to function Sequence, the first parameter, start, should be numeric.
+
* In call to function Sequence, the first parameter, «start», should be numeric.
* In call to function Uniform, the second parameter, max, should be numeric.
+
* In call to function Uniform, the second parameter, «max», should be numeric.
  
 
= Some examples that cause this error =
 
= Some examples that cause this error =

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.