MATLAB BUILDER EX 1 User's Guide Page 46

  • Download
  • Add to my manuals
  • Print
  • Page
    / 182
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 45
3 Programming with Excel Builder Components
3-12
Dim aUtil As Object
Dim v As Variant
On Error Goto Handle_Error
aUtil = CreateObject("MWComUtil.MWUtil")
aClass = CreateObject("mycomponent.myclass.1_0")
Call aClass.foo(3,v,Rin1,Rin2)
Call aUtil.MWUnpack(v,0,True,Rout1,Rout2,Rout3)
Exit Sub
Handle_Error:
MsgBox(Err.Description)
End Sub
Page view 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 181 182

Comments to this Manuals

No comments