Error Messages/42615
Error message
While forming a textual sequence, «start» and «stop» can have at most 6 letters. In this case, «start» is "abcdefg", which has 7 letters.
Cause
When creating a multi-letter spreadsheet column-style sequence, the number of requested digits exceeds 6, the maximum allowed. For example, this error would occur with:
Sequence('abcdefg', 'zyxwvut')
or
'abcdefg'..'zyxwvut'
Remedy
Change the values of the «start» and «stop» parameters to be at most 6 characters long .
See Also
Comments
Enable comment auto-refresher