Jeff,

         For the "something.else" use @RECORD<attrnumber>.  You could
even use OCONV(@RECORD<nnn>,"correlative") if the something.else
requires formatting before being added to the output string.

list thisfile eval "prod.num:'|':pck.qty:'|':@RECORD<###>" fmt "255l"

-OR-

list thisfile eval "prod.num:'|':pck.qty:'|':OCONV(@RECORD<###>,'MR%5')"
fmt "255l"

--Ron P.

-----Original Message-----
list thisfile eval "prod.num:'|':pck.qty:'|':something.else" fmt "255l"
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to