KB-17964: Loading the text of the last active alarm into a script’s variable.

Question:

How can I load the text of the last active alarm into a script’s variable?

Solution:

To do so, you can use the Alarms’ GetInfo(“Comment”) function.

Example of script:


Dim aux 
aux = Alarmes.GetInfo(“Comment”)
MessageBox (aux)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

,

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *