Bizarre behaviour
Posted: Sun Nov 29, 2009 10:07 am
I have just spent about an hour trying to sort out a problem moving data from an array to a variable. The line of code was:
put aPacket["vForward"] into theForward
I could clearly see that aPacket["vForward"] contained the data that it should have but the line of code failed completely - it simply would not put the data into the container. I tried different data without success until I simply cut it and pasted to another location - exchanged its location for the line after it. Amazingly it sprung to life.
Has anyone else observed such odd behaviour and is there an explanation. I am using sockets and have noticed some odd things whilst debugging and I wonder whether this had anything to do with it. I feel like I have had a paranormal experience.
Alex
put aPacket["vForward"] into theForward
I could clearly see that aPacket["vForward"] contained the data that it should have but the line of code failed completely - it simply would not put the data into the container. I tried different data without success until I simply cut it and pasted to another location - exchanged its location for the line after it. Amazingly it sprung to life.
Has anyone else observed such odd behaviour and is there an explanation. I am using sockets and have noticed some odd things whilst debugging and I wonder whether this had anything to do with it. I feel like I have had a paranormal experience.

Alex