如何得到系统变量的值?
VB开发|黄洪辉|2018-05-30 10:17
-
回答:
Dim ret As MxDrawResbuf Set ret = MxDrawX1.Call("Mx_GetSysVar", "DYNINPUT") If ret.AtString(0) = "Ok" Then MsgBox ret.AtLong(1) End If
Dim ret As MxDrawResbuf Set ret = MxDrawX1.Call("Mx_GetSysVar", "DYNINPUT") If ret.AtString(0) = "Ok" Then MsgBox ret.AtLong(1) End If