Vectorized writer

Collection of tools for writing formatted text to files.

Main routines

vecwrite(f, string, *args[, postfunc, ...])

Vectorized write.

formheader(headers, widths, formats[, sep, ...])

Form a nice table header for formatted output via f.write().

Utility routines

getith(i, args, fncs)

Return list with i'th value from each input, typically called by vecwrite().