Does anyone know if you can include formatting characters in a print line in an externally defined print file ? For example, can I build a print line to underline certain text ? The RPG code might look like this: Eval PrintLine = X'24' + 'This is an underlined line of text' + X'20'. Thanks in advance. Mike

Reply With Quote