ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Looping Using Letters Instead Of Numbers.

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

  • Looping Using Letters Instead Of Numbers.

    Is there a way in CL to loop through the Alphabet instead of using numbers? I really do not want to use a file to do it.

  • #2
    Re: Looping Using Letters Instead Of Numbers.

    Loop on a number, and then use that number with %SST to get a coresponding letter from a string... this is very simple, and works fine.

    Comment

    Working...
    X