Difference between revisions of "%ges"
From Zenitel Wiki
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
Format: '''%ges(station, previous-exclusion-station)''' | Format: '''%ges(station, previous-exclusion-station)''' | ||
Line 7: | Line 8: | ||
− | Example of use: [[LOOP/ENDLOOP Useful_example|LOOP/ENDLOOP | + | Example of use: [[LOOP/ENDLOOP#Useful_example:|LOOP/ENDLOOP]] |
New in AMCD 11.0.1.1. <br> | New in AMCD 11.0.1.1. <br> | ||
− | Also see: [[%sng]], [[%sgm]], [[%gns]] | + | Also see: [[%sng]], [[%sgm]], [[%gns]]. |
Latest revision as of 08:47, 4 October 2019
Format: %ges(station, previous-exclusion-station)
Return a station which is member of the Mutual exclusion group for station. The return value is a Physical_number. Returns ‘0’ if no more members in the Mutual exclusion group'.
- station is Physical_number 1 – 552
- previous-exclusion-station: Use 0 to get the first exclusion-station, or use output from previous call to get next station. Physical_number 0 – 552
Example of use: LOOP/ENDLOOP
New in AMCD 11.0.1.1.
Back to Event_Handler#List_of_macros.