PXRMTEXT ; SLC/PKR - Text formatting utility routines. ;07/25/2014
Source file <PXRMTEXT.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| NEWLINE | ;Put TEXT on a new line to the output, make sure it does not end
 | 
|
| BLANK | ;Add a blank line (line containing just " ") to the output.
 | 
|
| CHECKLEN(WORD) | ;Check to see if adding the next word makes the line too long.
 | 
|
| COLFMT(FMTSTR,TEXTSTR,PC,NL,OUTPUT) | ;Columnar text formatter.
 | 
 
  | 
| COLFMTA(FMTSTR,INPUT,PC,NROW,OUTPUT) | ;Columnar text formatter.
 | 
|
| FORMAT(LM,RM,NIN,TEXTIN,NOUT,TEXTOUT) | ;Format the text in TEXTIN so it has
 | 
 
  | 
| FORMATS(LM,RM,TEXTLINE,NOUT,TEXTOUT) | ;Take a single line of input text
 | 
 
  | 
| LMFMTSTR(VALMDDF,JSTR) | ;The List Manager variable VALMDDF contains the
 | 
 
  |