JennyPeters
Programmer
Hi,
I can't seem to assign the contents of one UDT to another UDT.
i.e.
Type Test
Value as stting
end Type
Dim myTest1 as Test
myTest1.Value = 1
Dim myTest2 as Test
myTest2 = myTest1
myTest2.value ends up being 0
How do I assing the contents of one UDT to another?
Thanks,
Jenny Peters
I can't seem to assign the contents of one UDT to another UDT.
i.e.
Type Test
Value as stting
end Type
Dim myTest1 as Test
myTest1.Value = 1
Dim myTest2 as Test
myTest2 = myTest1
myTest2.value ends up being 0
How do I assing the contents of one UDT to another?
Thanks,
Jenny Peters