Error Messages/42614


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


You are not allowed to post comments.