G
Guest
Hello,
I enjoy visiting your web site.
I am programming with VB .Net
My code is:
Public Sub Test(ByVal a As String, ByVal b As String, ByVal c As String)
a = "aaaa"
b = "tttt"
c = "qqqq"
End Sub
I have a question:
I created from this code class library (dll as com object). I would like to
get a, b, c values when I call this Test function.
How can this be done? (The syntax in C# is: out string a, out string b)
Thank you,
Dudi Nissan.
I enjoy visiting your web site.
I am programming with VB .Net
My code is:
Public Sub Test(ByVal a As String, ByVal b As String, ByVal c As String)
a = "aaaa"
b = "tttt"
c = "qqqq"
End Sub
I have a question:
I created from this code class library (dll as com object). I would like to
get a, b, c values when I call this Test function.
How can this be done? (The syntax in C# is: out string a, out string b)
Thank you,
Dudi Nissan.