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 ...) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
[[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( | + | %prog(2) |
− | + | ||
+ | Returns the active program (1-70) that station 2 is listening to. Returns 0 when no program active. | ||
Back to [[Event_Handler#List_of_macros]]. | Back to [[Event_Handler#List_of_macros]]. | ||
+ | [[Category:Event Handler macros]] | ||
[[Category:Event Handler]] | [[Category:Event Handler]] |
Latest revision as of 08:48, 4 October 2019
Event_Handler macro - Get active program on a station
Format: %prog(station physical number)
%prog(2)
Returns the active program (1-70) that station 2 is listening to. Returns 0 when no program active.
Back to Event_Handler#List_of_macros.