get channel-name(a)
|
Group |
Returns the name of the partner channel given by its internal ID a in the form of <partner name>:<channel name>. If no channel is found with the indicated id, an empty string is returned. The channel ID can be found with the function find channel(a,b,[c,d]).
Description of Parameters
|
Parameter |
Description |
|
a |
Internal channel ID. |
Examples
Given are two channels of partner Lobster (simplyfied).
|
Channel ID |
Name |
|
1 |
Lobster:FTP |
|
2 |
Lobster:AS2 |
This will lead to the following results.
|
Parameter a |
Result |
|
1 |
Lobster:FTP |
|
2 |
Lobster:AS2 |
|
3 |