Error Messages/42614

< Error Messages
Revision as of 23:18, 29 April 2011 by Lchrisman (talk | contribs) (Created page with "= Example Error Message = A fractional step of 0.5 applied to a textual Sequence. When forming a character or letter sequence, the «step» parameter must be an integer. = Ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Message

A fractional step of 0.5 applied to a textual Sequence.  When forming a character or letter sequence, the «step» parameter must be an integer.

Cause

This occurs when you try something like:

Sequence('A','Z',0.5)

or

Sequence('DAR','LDC',10.3)

When using the Sequence function to form a character sequence, the «step» parameter must be an integer value. Fractional steps result in this error message.

See Also

Comments


You are not allowed to post comments.