日期:2014-05-17  浏览次数:20805 次

Object相关
Dim aObject, DevicePath,mylen
aObject = CreateObject("Syunew3A.s_simnew3") DevicePath = aObject.FindPort(0)
mylen = aObject.GetBuf(0)

红色的都什么意思啊,越详细越好,还有Object相关的调用有介绍的文档不,谢谢!

------解决方案--------------------
调用了第三方的DLL吧
创建一个对象
CreateObject("Syunew3A.s_simnew3") 


调用对象的方法,FindPort GetBuf
aObject.FindPort(0)
aObject.GetBuf(0)