base.Channel.writeLine

Write a complete line to the channel.

Syntax

writeLine(
   line STRING )
  1. line is the string expression to be written to the channel.

Usage

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)