Re: text manipulation scenario...

2003-02-06 Thread John W. Krahn
Patricia E Gorden-Ozgul wrote: > > I need to construct a working printf statement where each field in a given > record would print at a specified position. > > Each record may or may not contain any particular field but will always > begin with .VENDOR.LIBRARY. and end with .VENDOR.XINFO.END. >

Re: text manipulation scenario...

2003-02-06 Thread Rob Dixon
Patricia E Gorden-Ozgul wrote: > I need to construct a working printf statement where each field in a > given record would print at a specified position. Hi Pat. I've been amusing myself with your problem for an hour or so, and although I don't in general approve of handing out ready-made solutio

RE: text manipulation scenario...

2003-02-06 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Gorden-Ozgul, Patricia E wrote: > I need to construct a working printf statement where each field in a > given record > would print at a specified position. > > Each record may or may not contain any particular field but will > always begin with .VENDOR.LIBRARY. and end with .VENDOR.XINFO.END. >