Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1413 - Index used in string operation is out of bounds

1413   Index used in string operation is out of bounds

Cause

This error occurs when the starting position in a string operation is less than 1 or the starting position is greater than the string size when the string expression is being read (not being assigned to).

Action

Determine the cause for the invalid argument in the string expression and then correct the code that led to the error. The method and source position containing the string expression at which the exception was raised are reported in the error description.