What Could Possibly be Wrong with this Statemant?
SEND_STRING 0,"'nLOOP_LINKS=',ITOA(nLOOP_LINKS)" SEND_STRING 0,"'nLOOP_FINDER=',ITOA(nLOOP_FINDER)" nLINK_LINKS[nLOOP_LINKS][nFINDER]=1
These statements exist in the fourth loop deep in a nested loop with a module. The values within nLINK_LINKS will not change to 1 on the third statement. I did the send string 0s to verify actual values and they show up as what they are supposed to be.
I am totally stumped on this one. Please help of you can.
Thanks!
0
Comments
You've got nFINDER and nLOOP_FINDER confused.
Thank you