I want to obtain the channel name of any specified channel in the script
To achieve such a method:
string GetChannelName(int channelNum)
{
// Return the channelNum channel name
}
How can I achieve it? Thank you very much for your help
Hi,
In the script, executed by the Server service, it is possible to get the name (and other properties) of the current formula’s channel only.
Getting names of any channel by channel number is available in the code of a software module that can be developed by you.
This reply was modified 2 months, 3 weeks ago by Mikhail.
This reply was modified 2 months, 3 weeks ago by Mikhail.