KB-17964: Loading the text of the last active alarm into a script’s variable. 25 de março de 20195 de julho de 2019Elipse SoftwareDeixe um comentário on 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) Este artigo foi útil? Was this helpful? Submit Rating Classificação média - Average rating 0 / 5. Count: 0