My code is a quite as following:
DIM TaskCardList(10)
....
TaskCardList(0) = "toto"
etc ....
AGTM.AddTask TaskCardList,10
The COM server expects an array of string. Unfortunately, the COM server is
not able to retrieve the item of the array.
What's wrong? ( we manage both client script and server).
A similar code works with VC++ and DElphi client.
Any help will be appreciated.