ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Printing Superscript / Subscript from RPGLE

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

  • Printing Superscript / Subscript from RPGLE


    How to print subscript / superscript through RPGLE into spool file. This gets converted to pdf at the end.
    How to print "1st" as 1st using RPGLE.
    The printer field type is character length 5.
    Printer device type . . . . . . . . . : *AFPDS

    coded as @Symbo = '1' x'09 'st' x'03
    it prints "1 st ", with special characters in place of hex x'09 & x'03 but not as 1st.

Working...
X