ScottMattes
Member³
I just got
Error: Hint: Comparison with NULL in 'my_code'
Line: 2706
Text: IF something = ''
The compiler doesn't think that '' is the same as NULL (I tried changing the = to IS and recompiled - that threw a complier error), so why the hint?
Error: Hint: Comparison with NULL in 'my_code'
Line: 2706
Text: IF something = ''
The compiler doesn't think that '' is the same as NULL (I tried changing the = to IS and recompiled - that threw a complier error), so why the hint?