Hello,
I'm attempting to pass a property to a Sub using ByRef.
eg.
VB Code:
MySub Text1.Text Public Sub MySub(ByRef sText As String) sText = "Hello" End Sub
But the Property doesn't change. Can VB not do this, or is it just me?
|
Results 1 to 8 of 8
Thread: Passing Property as ByRefThreaded View
|
Click Here to Expand Forum to Full Width |