String in .Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard O.

    #1

    String in .Net

    How can I call a .NET function that returns a string by
    reference with powerbuilder code?
  • Michael Giagnocavo [MVP]

    #2
    Re: String in .Net

    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

    "Richard O." <richard_olatil u@picis.com> wrote in message
    news:2425101c38 cd1$fe043d10$a6 01280a@phx.gbl. ..[color=blue]
    > How can I call a .NET function that returns a string by
    > reference with powerbuilder code?[/color]


    Comment

    Working...