AlarmGetOrderbyKey
- Last UpdatedApr 15, 2024
- 1 minute read
Retrieves the list of key(s) that are used to determine the order of the alarm list. These keys can be set by the AlarmSetInfo function.
Syntax
STRING AlarmGetOrderbyKey(nAN)
nAN:
The AN where the alarm list (with the required information) is displayed.
Return Value
Order-by key (as a string).
Example
page = AlarmGetOrderbyKey(21);
! returns the order-by key string of the alarm list at AN '21'.