原
原人
Unregistered / Unconfirmed
GUEST, unregistred user!
我在验证edit框为空并且两个单选按钮都未选中时用了下面的语句:
if edit1.Text ='' or not radiobutton1.checked and not radiobutton2.checked then
......
编译时系统报错:Incompatible types:'String' and 'Boolean'
请问是何道理?
另外,怎样在程序中直接跳转到最后的‘end.’处?
嘿嘿,不好意思,我是菜鸟:-)
if edit1.Text ='' or not radiobutton1.checked and not radiobutton2.checked then
......
编译时系统报错:Incompatible types:'String' and 'Boolean'
请问是何道理?
另外,怎样在程序中直接跳转到最后的‘end.’处?
嘿嘿,不好意思,我是菜鸟:-)