|
<< Click to Display Table of Contents >> Navigation: File functions and statements > Print # |
Description
Writes display-formatted data to a sequential file.
Syntax
Print #filenumber, [outputlist]
The Print # statement syntax has these parts:
Part |
Type |
Description |
filenumber |
Integer |
Required. Any valid file number. |
outputlist* |
Optional. Expression or list of expressions to print. |
Remarks
Data written with Print # is usually read from a file with LineInput #.
outputlist* Quick3270 supports only one expression. Not possible currently to specify a list of expressions delimited by commas.