Jun 25, 2003 #1 mn12 Programmer Dec 22, 2002 52 IL I have created a DLL,and I want it to return a matrix with values.how can I do that? can it return a vector of classes,or types? how? thank you very much!
I have created a DLL,and I want it to return a matrix with values.how can I do that? can it return a vector of classes,or types? how? thank you very much!
Jun 25, 2003 #2 vbkris Programmer Jan 20, 2003 5,994 IN return using a fucntion for e.g: Public Function Fnction() as String Fnction="ASD" end function now in ur client project try msgbox object.Fnction Known is handfull, Unknown is worldfull Upvote 0 Downvote
return using a fucntion for e.g: Public Function Fnction() as String Fnction="ASD" end function now in ur client project try msgbox object.Fnction Known is handfull, Unknown is worldfull