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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top