Error Messages/42614

Revision as of 00:34, 22 April 2016 by Bbecane (talk | contribs)
(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 error 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.

Remedy

Change the value of the «step» parameter to be an integer.

See Also

Comments
Loading comments...