FutureProg functions

channel

World Lookupcomputer function, computer program, standard futureprog

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.
ParameterTypeDescription
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.
ParameterTypeDescription
name Text The name or ID of the channel to find.