Simulated External Functions

string format_page(string*, integer1, integer2);

Will take an array of strings as input and return it printed in a number of columns equal to the first input integer.  The second input integer defines the width of the screen.

Integer inputs are optional and a 'best fit' method is used if they are not supplied.

file: /doc/sefun/strings.c
