Difference between revisions of "Error Messages/40235"

 
Line 3: Line 3:
 
:In call to function %fn%, the %n% parameter, %name%, should be numeric.
 
:In call to function %fn%, the %n% parameter, %name%, should be numeric.
  
Example2:
+
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.

Revision as of 18:32, 3 November 2008

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.