I am getting this warning and this is the source code. why? I do not get it.
if (rgb.r >= 0) and (rgb.r <= 12) then
Statusbar.Panels[7].Text := 'Zone 0';
Next statement does not generate the error,:
if (rgb.r >= 13) and (rgb.r <= 38) then
Statusbar.Panels[7].Text := 'Zone I';
Thanks.
P
if (rgb.r >= 0) and (rgb.r <= 12) then
Statusbar.Panels[7].Text := 'Zone 0';
Next statement does not generate the error,:
if (rgb.r >= 13) and (rgb.r <= 38) then
Statusbar.Panels[7].Text := 'Zone I';
Thanks.
P