are you really null??
-
an example of a copy/paste gone crazy or maybe the developer had trust issues?
if (clm != null) {
// code to create records based on clmif (clm != null) { // code to process new status of clm }
}
-
an example of a copy/paste gone crazy or maybe the developer had trust issues?
if (clm != null) {
// code to create records based on clmif (clm != null) { // code to process new status of clm }
}
Check then double check
-
an example of a copy/paste gone crazy or maybe the developer had trust issues?
if (clm != null) {
// code to create records based on clmif (clm != null) { // code to process new status of clm }
}
-
an example of a copy/paste gone crazy or maybe the developer had trust issues?
if (clm != null) {
// code to create records based on clmif (clm != null) { // code to process new status of clm }
}
Possibly, the code that hid it was removed? (We have a forum specifically for such wonderfull examples: http://www.codeproject.com/Feature/WeirdAndWonderful.aspx[^] - check out some of the others)
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
Check then double check
Mohamad M. Mohamad wrote:
Check then double check
kind of like the measure twice cut once? :laugh:
-
Possibly, the code that hid it was removed? (We have a forum specifically for such wonderfull examples: http://www.codeproject.com/Feature/WeirdAndWonderful.aspx[^] - check out some of the others)
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
OriginalGriff wrote:
We have a forum specifically for such wonderfull examples
have not seen this one before... will have to go check that out. :-D