PXUTIL ;SLC/PKR - Utility routines for use by PX. ;03/02/2022
Source file <PXUTIL.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| ACOPY(REF,OUTPUT) | ;Copy all the descendants of the array reference into a linear
 | 
|
| APRINT(REF) | ;Write all the descendants of the array reference.
 | 
|
| AWRITE(REF) | ;Write all the descendants of the array reference, including the
 | 
|
| BORP(DEFAULT) | ;Ask the user if they want to browse or print.
 | 
|
| DELFE(FILENUM,DA) | ;Delete a file entry.
 | 
|
| DELTLFE(FILENUM,NAME) | ;Delete top level entries from a file.
 | 
|
| FNFR(ROOT) | ;Given the root of a file return the file number.
 | 
|
| GPRINT(REF) | ;General printing.
 | 
|
| GPRINTQ | ;Queued general printing.
 | 
|
| RENAME(FILENUM,OLDNAME,NEWNAME) | ;Rename entry OLDNAME to NEWNAME in
 | 
|
| RMANPC(STRING) | ;Remove any non-printing characters from the end of STRING.
 | 
|
| STRREP(STRING,TS,RS) | ;Replace every occurrence of the target string (TS)
 | 
| Name | Line Occurrences | 
|---|---|
| Function Call: WRITE | 
  |