I've searched the forum, but haven't found an answer.
Could someone please tell me how to pass a 1d array of longs from VB to PB?
(the PB/DLL 6.0 help file example didn't work - dim array(1 to 20) at firstelement).
Also, how do I pass an array of UDT from VB to PB?
This is assuming the UDT is composed solely of long vars, so, there is no padding problems.
Thanks.
------------------
Could someone please tell me how to pass a 1d array of longs from VB to PB?
(the PB/DLL 6.0 help file example didn't work - dim array(1 to 20) at firstelement).
Also, how do I pass an array of UDT from VB to PB?
This is assuming the UDT is composed solely of long vars, so, there is no padding problems.
Thanks.
------------------
Comment