With Powerbuilder classic 12.5 we create a .NET assembly. This works fine when we return a string or an integer.
Now we would like to return a structure array to the c# program.
We have created a function that returns a any variable (lany = l_structure where l_structure is an array).
How can we pick up this structure in c#?