Difference between revisions of "Error Messages/42612"

(Created page with "= Example Error Message = :In the multi-character sequence from "a" to "ZZ", the letters in both the «start» and «stop» values are not consistent in case. They can either b...")
 
 
Line 1: Line 1:
= Example Error Message =
+
[[Category: Error messages]]
  
:In the multi-character sequence from "a" to "ZZ", the letters in both the «start» and «stop» values are not consistent in case.  They can either be all upper case, or all lower case, but mixed-case is not allowed.
+
== Example Error Message ==
  
= Cause =
+
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 +
In the multi-character sequence from "a" to "ZZ", the letters in both the «start» and «stop» values
 +
are not consistent in case. They can either be all upper case, or all lower case, but mixed-case is not allowed.
 +
</pre>
  
When using [[Sequence]] or [[m..n]] to generate spreadsheet sequences, the letters in the «start» and «stop» must be all upper case, or all lower case.  This error occurs if you mix upper and lower case.
+
== Cause ==
  
For example:
+
When using [[Sequence]] or [[Sequence Operator|m..n]] to generate spreadsheet sequences, the letters in the «start» and «stop» must be all upper case, or all lower case.  This error occurs if you mix upper and lower case, for example <code>'a'..'ZZ'</code> or <code>'aa'..'zZ'</code>.
  
:<code>'a'..'ZZ'</code>
+
==Remedy==
 
+
Fix the values to the «start» and «stop» parameters so that they are all upper case, or all lower case.
or
 
 
 
'aa'..'zZ'
 
 
 
= See Also =
 
  
 +
== See Also ==
 +
* [[Function calls and parameters]]
 +
* [[Sequence]]
 +
* [[Sequence Operator]]
 
* [[Sequence#Spreadsheet_Column_Name_Sequences|Spreadsheet Column Name Sequences]]
 
* [[Sequence#Spreadsheet_Column_Name_Sequences|Spreadsheet Column Name Sequences]]
 +
* [[Text values]]

Latest revision as of 00:30, 22 April 2016


Example Error Message

In the multi-character sequence from "a" to "ZZ", the letters in both the «start» and «stop» values 
are not consistent in case. They can either be all upper case, or all lower case, but mixed-case is not allowed. 

Cause

When using Sequence or m..n to generate spreadsheet sequences, the letters in the «start» and «stop» must be all upper case, or all lower case. This error occurs if you mix upper and lower case, for example 'a'..'ZZ' or 'aa'..'zZ'.

Remedy

Fix the values to the «start» and «stop» parameters so that they are all upper case, or all lower case.

See Also

Comments


You are not allowed to post comments.