javaguru007
Programmer
hello to all, i just want to ask if any of you have experienced the following :
if ((Table[index].variable1 == CONSTANT_1) &&
(Table[index].variable2 == CONSTANT_2) &&
(Table[index].variable3 == 0))
{
// Do some things
}
At first, this if-statement was working properly, but after sometime (around a couple of days of continous running), it suddenly does not work anymore. We have checked the log files to determine the values being checked, and all of the 3 Statements are true.
Have any of you guys experienced this ? If ever, would you kindly help us out. Thanks.
if ((Table[index].variable1 == CONSTANT_1) &&
(Table[index].variable2 == CONSTANT_2) &&
(Table[index].variable3 == 0))
{
// Do some things
}
At first, this if-statement was working properly, but after sometime (around a couple of days of continous running), it suddenly does not work anymore. We have checked the log files to determine the values being checked, and all of the 3 Statements are true.
Have any of you guys experienced this ? If ever, would you kindly help us out. Thanks.