- 0
- 임꺽
- 조회 수 2828
'**************************************************************************************************************
' GetAlarmCount사용예제
'**************************************************************************************************************
Sub do_GetAlarmCount()
'태그편집에서 등록한 경보등급별로 읽어낼때 예제
a = GetAlarmCount(1)
MsgBox a
'태그편집에서 등록한 경보지역별로 읽어낼때 예제
a = GetAlarmCount("B")
MsgBox a
End Sub
댓글 0
권한이 없습니다.