Actions

Difference between revisions of "%sng"

From Zenitel Wiki

(New page: %sng( , ) : Event_Handler macro - Station Next Group Format: %sng(station, group) Returns the next group after ''group'' of which ''station'' is a member. Returns '0' if ''station'' ...)
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
%sng( , ) : [[Event_Handler]] macro - Station Next Group
 
%sng( , ) : [[Event_Handler]] macro - Station Next Group
  
Line 4: Line 5:
  
 
Returns the next group after ''group'' of which ''station'' is a member. Returns '0' if ''station'' is not a member of any (more) groups.  
 
Returns the next group after ''group'' of which ''station'' is a member. Returns '0' if ''station'' is not a member of any (more) groups.  
* ''group'' is 1 – 100
+
* ''group'' is [[Groups|group number]] 1 – 250
 
* ''station'' is [[Physical_number]] 0 – 552  
 
* ''station'' is [[Physical_number]] 0 – 552  
 
%sng(station, 0) returns the first group of which ''station'' is a member.
 
%sng(station, 0) returns the first group of which ''station'' is a member.
  
  
<p>
+
<br>
 +
Also see: [[%sgm]], [[%gns]], [[%ges]].<br>.
 +
<br>
  
 +
Back to [[Event_Handler#List_of_macros]].
  
Back to [[Event_Handler#List_of_macros]].
+
[[Category:Event Handler]]
 +
[[Category:Event Handler macros]]

Latest revision as of 09:49, 4 October 2019

AI.png

%sng( , ) : Event_Handler macro - Station Next Group

Format: %sng(station, group)

Returns the next group after group of which station is a member. Returns '0' if station is not a member of any (more) groups.

%sng(station, 0) returns the first group of which station is a member.



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

Back to Event_Handler#List_of_macros.