Error Messages/42615

< Error Messages
Revision as of 00:45, 22 April 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


You are not allowed to post comments.