The Channel class / base.Channel methods |
Write a complete line to the channel.
After opening a channel, use the writeLine() method to write a line of text to the channel.
The writeLine() method does not use the field delimiter.
CALL ch.writeLine("Customer number: "|| custno)