Inserting Newlines in Export
Kenneth Brody
kenbrody at spamcop.net
Thu Jul 7 12:05:02 PDT 2011
On 7/7/2011 2:53 PM, Stanley - stanlyn-com wrote:
>> You can, of course, execute the export multiple times if you need to
> export
>> multiple sets of data.
>
> To the same export file? If yes, then what would that look like?
You simply execute the EXPORT statement again, perhaps in a loop.
>> What happens when that line is executed when cu contains "6"?
>
> The same as it does when cu equal 1 thru 5. When cu equals 6 it would add
> field 111 to the export data stream.
And then...???
[...]
>> loop3:::
>> :arr03(cu) eq "":goto finish:
>> :cu eq "1":f=f& nl& 89& "~":
>> :cu le "6":f=f& arr03(cu)& "~" ; cu=cu+"1" ; goto loop3:
[...]
--
Kenneth Brody
More information about the Filepro-list
mailing list