Hi,
If you define your method in VB, something like ...
public sub mySub(byRef myArray() as integer)
... or whatever it should be, you can dimension your array in VFP and then pass the VFP array as an argument to the VB DLL, where you can manipulate it as usuall.
Hope this helps,
Dan.