This function returns the name of the partner channel given by its channel ID a in the form of "<partner name>:<channel name>". Note: The channel ID can also be found with the function find channel(a,b,[c,d]).
If no channel with the specified ID is found, an empty string with set Empty Flag is returned.
Parameters
Parameter | Description |
|---|---|
a | The channel ID. |
Examples
Given are the following two channels.
Channel ID | <Partner name>:<Channel name> |
|---|---|
1592472843111064 | Lobster:FTP |
1568340751921007 | Lobster:AS2 |
This will lead to the following results.
Parameter a | Result |
|---|---|
1592472843111064 | Lobster:FTP |
1568340751921007 | Lobster:AS2 |
1576640891829043 | (Empty string with set Empty Flag.) |