Hi,
I am passing a structure to a subroutine where the passed parameter has been
declared as ByVal.
However, changes made to the passed variable inside the subroutine flow
through to the actual variable that has been passed over, even though with
ByVal this should not happen.
Has anybody else discovered this or am I doing completely wrong /
misunderstandin g the ByVal?
Richard
Comment