I know if I pass a row to a subroutine using
I can change the columns in Row2 and it will change the original row column. How do I change the columns of Row2 in the subroutine without changing the values in the original row of the calling program? Do I have to declare another datarow and set that datarow = Row2 in the subroutine?
Auguy
Sylvania/Toledo Ohio
Code:
ByVal Row2 as DataRow
Auguy
Sylvania/Toledo Ohio