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'

See Also

Comments


You are not allowed to post comments.