Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw cx_sy_range_out_of_bounds #689

Closed
larshp opened this issue Apr 2, 2022 · 1 comment
Closed

throw cx_sy_range_out_of_bounds #689

larshp opened this issue Apr 2, 2022 · 1 comment
Assignees

Comments

@larshp
Copy link
Member

larshp commented Apr 2, 2022

DATA input TYPE string.
DATA letter TYPE c LENGTH 1.
TRY.
    letter = input+10(1).
  CATCH cx_sy_range_out_of_bounds.
    WRITE 'expected'.
ENDTRY.
@larshp
Copy link
Member Author

larshp commented Apr 10, 2022

plus builtin substring() plus builtin replace() plus builtin insert()

@larshp larshp self-assigned this Apr 10, 2022
@larshp larshp changed the title throw cx_sy_range_out_of_bounds 2.0.3, throw cx_sy_range_out_of_bounds Apr 10, 2022
@larshp larshp changed the title 2.0.3, throw cx_sy_range_out_of_bounds throw cx_sy_range_out_of_bounds Apr 10, 2022
@larshp larshp closed this as completed Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant