The Channel class / base.Channel methods |
Create a new channel object.
base.Channel.create() RETURNING result base.Channel
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()