FutureProg functions
channel
Overload 1
channel overload 1
Channel channel(Number id)
Available in
- computer function
- computer program
- standard futureprog
Returns a channel by ID or name, or null.
| Parameter | Type | Description |
|---|---|---|
id |
Number |
The ID of the channel to find. |
Overload 2
channel overload 2
Channel channel(Text name)
Available in
- computer function
- computer program
- standard futureprog
Returns a channel by ID or name, or null.
| Parameter | Type | Description |
|---|---|---|
name |
Text |
The name or ID of the channel to find. |