Difference between revisions of "%ges"
From Zenitel Wiki
Line 7: | Line 7: | ||
− | Example of use: [[LOOP/ENDLOOP Useful_example|LOOP/ENDLOOP#Useful_example:]] | + | Example of use: [[LOOP/ENDLOOP Useful_example|LOOP/ENDLOOP#Useful_example:]] |
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]]. |
Revision as of 08:41, 11 January 2017
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#Useful_example:
New in AMCD 11.0.1.1.
Back to Event_Handler#List_of_macros.