Hi folks,
from Kent Ruddick'spost "Help with DLL and COM" I got the following example. PBWIN80 does not accept the syntax with periods. How does it look alike in PBWIN80?
pv = VARPTR(vVar) ' // Address of the variant
parray = @pv.vd.parray ' // Address of the array
Thanks for any help provided
Thomas
from Kent Ruddick'spost "Help with DLL and COM" I got the following example. PBWIN80 does not accept the syntax with periods. How does it look alike in PBWIN80?
pv = VARPTR(vVar) ' // Address of the variant
parray = @pv.vd.parray ' // Address of the array
Thanks for any help provided

Thomas
Comment