[Stackoverflow] [Progress OpenEdge ABL] Is it possible to use the DELIMITER statement when using the DISPLAY statement

Status
Not open for further replies.
O

OrbitalChairLeg

Guest
Let's say I wanted to do a FOR EACH of 3 tables/fields:

slmast.name slmast.acode slmast.address.

Usually, they are presented neatly with nothing separating them.

However, would I also be able to use the DELIMITER statement to separate them, or add commas/ speech marks?

For example:

Code:
 FOR EACH slmast.

 DISPLAY (DELIMITER) "," slmast.name slmast.acode slmast.address

Continue reading...
 
Status
Not open for further replies.
Top