Array from VB to DLL in "fasper" or "period"


dagee
01-09-2004, 10:18 PM
Hi all,

I am trying, to use the period function as dll in VB.
compiling as DLL worked so far, now i would like to send my data-array from vb to this dll and like to get the result-array and some values back to VB.

I saw some examples for single values in VB, but they dont tell how to get the single/diffrent values back from the DLL.

Does anybody know how to do that?