Actions

Difference between revisions of "%prog"

From Zenitel Wiki

(New page: Event_Handler macro - Get active program on a station Format: '''%prog(station)''' %prog(L102) Return active program 1->70 on the station. Return 0 when no program active. Back to ...)
 
Line 1: Line 1:
 
[[Event_Handler]] macro - Get active program on a station
 
[[Event_Handler]] macro - Get active program on a station
  
Format: '''%prog(station)'''
+
Format: '''%prog(station physical number)'''
  
%prog(L102)
+
%prog(2)
  
Return active program 1->70 on the station. Return 0 when no program active.
+
 
 +
Return active program 1->70 on station 2. Return 0 when no program active.
  
 
Back to [[Event_Handler#List_of_macros]].
 
Back to [[Event_Handler#List_of_macros]].
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Revision as of 12:41, 20 March 2009

Event_Handler macro - Get active program on a station

Format: %prog(station physical number)

%prog(2)


Return active program 1->70 on station 2. Return 0 when no program active.

Back to Event_Handler#List_of_macros.