Actions

Difference between revisions of "%ges"

From Zenitel Wiki

(New page: 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. Retu...)
 
 
(6 intermediate revisions by 3 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:]]<br>
+
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]].
 +
  
 
Back to [[Event_Handler#List_of_macros]].
 
Back to [[Event_Handler#List_of_macros]].

Latest revision as of 09:47, 4 October 2019

AI.png

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.

Also see: %sng, %sgm, %gns.


Back to Event_Handler#List_of_macros.