Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
PROCWRITE Statement (DataBasic) (m618703+procwrite_s.htm)
Writes data to the Proc primary input buffer.
PROCWRITE char-string
char-string is a field of characters expressed as a variable name or a literal enclosed in quotes that is written to the Proc primary input buffer.
If the program is not executed from a Proc, an error message is displayed.
This command is especially useful if attribute marks are used as delimiters in the Proc, because then the expression can be a dynamic array.
BUF = "LIST":AM:FILE PROCWRITE BUF
Writes dynamic array BUF to the Proc primary input buffer. If the program was not executed from a Proc, no operation takes place.