PickBASIC / FlashBASIC
procwrite statement
.mdThe procwrite statement writes a string expression variable to the calling Proc’s primary input buffer.
Syntax
procwrite varParameter(s)
| var | Specifies the string expression variable to write to the calling Proc’s primary input buffer. |
Description
In order for a Proc to interact with the information in the variable, each space in the variable defines a new parameter in the Proc’s input buffer.
Example(s)
See also
Referenced by
1 topic mentions procwrite statement in its description.