Search found 4 matches
- Thu Sep 03, 2009 8:37 am
- Forum: Help With Programming
- Topic: How to concatenate tabulations in an text output file ?
- Replies: 5
- Views: 8367
Re: How to concatenate tabulations in an text output file ?
Hello, I have another problem now. The REPORT command works great to put tabs where I wanted but it also puts tabs where I do not want them: in empty lines for example. I understand quite well why REPORT does that (it sees the whole report as a single big table) but I have to get rid of these unwant...
- Wed Aug 26, 2009 7:17 am
- Forum: Help With Programming
- Topic: How to concatenate tabulations in an text output file ?
- Replies: 5
- Views: 8367
Re: How to concatenate tabulations in an text output file ?
It worked with "TSD" (Tab-Separated Data, I guess) instead of "TDF" (Tab-Delimited File, by imitation of the CDF format, which was maybe too straightforward :wink: ). I tell it for people also interested by tab-separated data and looking for it in the Reference Manual at "RE...
- Wed Aug 26, 2009 1:54 am
- Forum: Help With Programming
- Topic: How to concatenate tabulations in an text output file ?
- Replies: 5
- Views: 8367
Re: How to concatenate tabulations in an text output file ?
Thanks a lot,
I will try this.
Bertrand
I will try this.
Bertrand
- Tue Aug 25, 2009 3:02 am
- Forum: Help With Programming
- Topic: How to concatenate tabulations in an text output file ?
- Replies: 5
- Views: 8367
How to concatenate tabulations in an text output file ?
Hello, I am a programmer but new to RATS and I am trying to produce standardized output files with RATS. The standard I have to use has been designed for other products and includes sections with tab-separated data. When I do something like: OPEN COPY &outputfile DISPLAY(UNIT=COPY) "text1 t...