File colmize.icn

Summary

###########################################################################

	File:     colmize.icn

	Subject:  Procedures to arrange data into columns

	Author:   Robert J. Alexander

	Date:     June 15, 1990

###########################################################################

   This file is in the public domain.

###########################################################################

  colmize() -- Arrange data into columns.

  Procedure to arrange a number of data items into multiple columns.
  Items are arranged in column-wise order, that is, the sequence runs
  down the first column, then down the second, etc.

  This procedure goes to great lengths to print the items in as few
  vertical lines as possible.

###########################################################################
Procedures:
colmize

This file is part of the (main) package.

Source code.

Details
Procedures:

colmize(entries, maxcols, space, minwidth, tag, tagspace, tagminwidth, rowwise, distribute)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.