I am trying to call a function in lotus domino call addnumber that takes two integer number as arguments and returns their total.
I was thinking I needed to have something like:
$total = $lotus_com -> addnumber(1,2);
but i got:
Unable to lookup addnumber: Unknown name
I then tried com_invoke but the same result. Any suggestions?