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 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
Enable comment auto-refresher