D
Dagoberto Aceves
I'm having trouble with references. Specificly i want to maintain a
reference to a string. So that after I pass it to the constructor, other
methods can have at it. I can do this is C/C++, but I can't seem to make
it work in VB.
In the constructor I have
Me.Value = value ' where value was pass ByRef, and
' Me.Value was declared global As String.
when i return to where the func was called, the string put in is not
there.
reference to a string. So that after I pass it to the constructor, other
methods can have at it. I can do this is C/C++, but I can't seem to make
it work in VB.
In the constructor I have
Me.Value = value ' where value was pass ByRef, and
' Me.Value was declared global As String.
when i return to where the func was called, the string put in is not
there.