Skip to contents

Print a string with a certain number of characters per row.

Usage

xpose.string.print(value, fill = 60, file = "")

Arguments

value

The text to print.

fill

How wide should the text be per row.

file

Where to print. "" means to the screen.

Author

Niclas Jonsson and Andrew C. Hooker