Skip to Content
0
Jan 10, 2017 at 09:36 AM

Powerbuilder Classic .net assembly

58 Views

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#?