<t>Hi,allAsk a simple question,I want use vba pass array to c++ dll , and return another array back to vbaexample is below,but I return value always 0 , how should I do??vba code===================================================Declare Function myarray Lib "vbadll.DLL" (ByRef pin() As double _,ByRe...