Hello All,
I was wondering if anyone has had this simular problem. im trying to retreve a 2 demension variant array from a VB COM object but i cant figure how to get it into the PHP array format. additional Source code would be brillient to help explain, or references where i can ask an expert.
This is what im trying to do:
$objCom= "";
$arrRUsage = array("","");
$objCom = new COM("aDll.aClass");
$arrRUsage = array($objCom->afunction);
Cheers!
Jon..