I need to call an ActiveX object function from VFP 6.0. The function declaration is:
HRESULT PresetMultipleRegisters([in] short Addr, [in] long DataStart, [in] short Quantity, [in] VARIANT vRegValues)
In VB the syntax that works is:
<object>.PresetMultipleRegisters(1,4,3,array)
where array...