# PROCWRITE
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
# Description
PROCWRITE is used to pass data back to the primary input buffer of a calling jCL program. It takes the general form:
PROCWRITE expression
1
where expression may evaluate to any valid data type.
An example of use may be as:
PROCWRITE "Success" : CHAR(254) : "0"
1
See also: PROCREAD
Go back to jBASE BASIC.
Back to jCL.