Skip to content
Prev 311828 / 398503 Next

Iterate by Factor - Newbie Question

Hard to tell without the rest of the data.  You can probably use
'merge' to add the data from the second file to the first.  If you
want printed pages, then you can just have a 'for' loop that goes
through the dataframe creating the lines of output you want on the
report and then insert a 'form feed' character between the pages and
then you just route the text file to a printer.

SO if this does not solve your problem, more information/detail would
be required.
On Sat, Nov 24, 2012 at 7:55 PM, Thomas Ottaway <ottathom at isu.edu> wrote: