JCL Help:IJclInfoWriter.Writeln@string
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IJclInfoWriter.Writeln Method
[+] IJclInfoWriter Methods
[+] IJclInfoWriter Properties
Search in JCL Help
Search in all projects
Summary
Writes the specified text and appends a CR/LF.
Pascal
procedure Writeln(const S: string = );
Parameters
Parameters | Description |
const S: string = | Text to be outputed. Each CR/LF will be considered a new line for which indentation will be performed. |
Description
Writeln will output the specified string and appends a CR/LF. Each CR/LF in the text will be considered a new line for which indentation will be performed.
See Also
About
Donator
Marcel Bestebroer
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page