Bug in VB code
Dim unite As New Unite unite = New Unite ' consists of 6 integer variables, all = 0 ' unite = unitePass ' here: unitePass values = 3,1,3,10,1,2What you do with the code above (the old one) is create a...
View ArticleBug in VB code
Reed, thanks for your help! However, I'm still puzzled. I've added a copy of the code I normally use when updating an instance, opposed to adding/creating a new instance, and I've never encountered...
View ArticleBug in VB code
and it or something similar has worked many times before. Terry 01Yes like a bird who was flying but a similar animal (a dog) could not do that.There exist no something similar in programming. It is...
View ArticleBug in VB code
That is probably what should happen...I'm guessing that the type Unite is a Class and not a Structure, so when you set unite = unitePass you have both variables pointing to the same object instance....
View ArticleBug in VB code
I've encountered a problems getting the following basic code to work, and it or something similar has worked many times before. I've cut the code down to the minimal basic to make it easier to relate...
View Article