ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

See parts of a large string while in debug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • See parts of a large string while in debug

    Hello. I am trying to see different pieces of a large string while in debug.

    Lets say the variable was this:

    dcl-s largeString char(16773100);

    While in debug, how would you look at the 10000000th position?

  • #2
    In Debug type the command HELP
    select EVAL and expressions

    This will show you this:

    Click image for larger version

Name:	image.png
Views:	78
Size:	11.8 KB
ID:	158932

    I assume you can use %SUBSTR() to show the characters

    Comment

    Working...
    X