How can I repeat a header every 'x' number of rows?

thanks

Re: repeat header row by Jon

Jon
Fri Mar 07 11:33:11 CST 2008

use an "if" statement to check the count in your "loop".

when a match occurs for increment then write the header, else write the other.