*+======================================================================+ *| | *|TITLE: PRINTEXT.CMD - dBASE II PROCEDURE TO PRINT TEXT ON MULTIPLE | *| LINES. | *|DATE: 12/15/82 VERSION: 1.0 LANGUAGE: dBASE II (2.3B) | *|SQUEEZED NAME: PRINTEXT.CQD LIBRARY NAME: PRINTEXT.LBR | *|RELATED FILES: PRINTEXT.DQC->PRINTEXT.DOC | *| | *|SYSTEM: Any system running dBASE II version 2.3B or equivalent | *| | *|PURPOSE: To provide a callable Procedure for printing or displaying | *| a dBASE II text string (field or memory variable) that | *| exceeds one line and have the line break at a space or -. | *| | *|SUMMARIZE REVISION: | *| | *| | *|SUBMITTED BY: Melissa Gray, Mountain View, CA (415)965-3267 | *|ORIGINAL AUTHOR: Melissa Gray | *|OTHER CONTRIBUTORS: | *| | *|REFERENCE: none | *| | *|DOCUMENTATION: Fairly extensive documentation both in the code and in | *| a separate .DOC file. However, with the number of | *| options available, the documentation is not all- | *| together clear. | *| | *|PROGRAM USAGE: Since dBASE II does not seem to be able to print out | *| text that exceeds the capacity of a line and break | *| it at a reasonable place, this procedure should allow | *| more use of dBASE for long text fields. | *| | *|RATING: *** [slow when called from DO, beginning effort of programmer]| *| | *+======================================================================+