GetChannelName

Forum Home Forums Understanding the Software Formulas GetChannelName

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17696
    詹森
    Participant

    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

    #17698
    Mikhail
    Moderator

    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.
    #17702
    詹森
    Participant

    Hello! Thank you very much for your answer. Wish you a wonderful day!

    #17707
    Mikhail
    Moderator

    Thank you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.