base.Channel.create

Create a new channel object.

Syntax

base.Channel.create()
  RETURNING result base.Channel

Usage

Use the base.Channel.create() class method to create a channel object.

The new created object must be assigned to a program variable defined with the base.Channel type.

DEFINE ch base.Channel 
LET ch = base.Channel.create()