|
Print-outs in END
Hi!
Thank You for answering.
I need to do the print-out in the END-statement, when NR is already at the last row.
This is because my lineNr-array is quite large and every number is the begining of a group of rows that I need to print out.
So if the array is: "120,140,166,178, ..." , I would need to decide in END how many stanzas that will be printed to a file. After that, I will take the next group of stanzas and print them to a new file.
So is it possibe to do something like:
"set NR=list[i]; print"
//Bugenhagen
|