What does "it doesn't work" mean here? Do you get a compiler error or an error while running the program? If so, then what is the error? How is the wordvalue array declared?
my values aren't being carried over so I can add the value from my multidim array. I think the problem is because I am creating the array inside the loop which I think is re-creating it. let me know if I am wrong here.
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
posted
0
Please please, post some more code. It tells so much more than words.
King Goddard
Greenhorn
Joined: Nov 29, 2009
Posts: 11
posted
0
yeah that was the problem I double checked. Thanks any way.
King Goddard wrote:I think the problem is because I am creating the array inside the loop which I think is re-creating it. let me know if I am wrong here.
Yes. I think you are wrong here . why only *Thinking* . why cant you debug ?