问个简单的问题
程序里面有条 a:=CheckBox1.Checked;
可是编译的时候说:[Hint] unit2.pas(95):Value assigned to 'a ' never used
这是不是说 上面那条语句并没有执行阿?
[解决办法]
TO 楼上:
[Hint] Unit1.pas(88): Value assigned to 'a ' never used 赋值后没有用
[Hint] Unit1.pas(86): Variable 'b ' is declared but never used 变量声明了但没有用
这两种提示,还是稍有不同的。