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: | ||
− | + | [[Category: Error messages]] | |
− | + | == Example Error Message == | |
− | = | + | <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> | ||
− | + | == Cause == | |
− | + | 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>. | |
− | + | ==Remedy== | |
− | + | Fix the values to the «start» and «stop» parameters so that they are all upper case, or all lower case. | |
− | or | ||
− | |||
− | |||
− | |||
− | |||
+ | == 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
Enable comment auto-refresher