Forum Discussion

kepsam's avatar
kepsam
New Contributor
13 years ago
Solved

Indexing multi-dim arrays returned from .NET assembly

* TestComplete and JScript * Using the CLR Bridge to call .NET assembly * Make a call the the .NET assembly and get returned an Object of Class System.Int32[,] * Attachment showing the object...
  • kepsam's avatar
    13 years ago
    Use the method Get

    int Get(int Param1, int Param2);


    In the example it would be result.Get(0,0); to find the first index