JCL Help:TJclInfoWriter.Writeln@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Writes the specified text and appends a CR/LF.


Pascal

 public 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

Write Indent Outdent Wrap


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