String in .Net

  • Thread starter Thread starter Richard O.
  • Start date Start date
R

Richard O.

How can I call a .NET function that returns a string by
reference with powerbuilder code?
 
If Powerbuilder can call COM, then you can expose your assembly to COM, and
then call it (RegAsm will register your assembly for COM).

-mike
MVP
 
Back
Top