原帖由 liuhlightning 于 2007-12-15 11:19 发表
其实我知道是用IF+ELSEIF+ELSE语句解决问题,但是写出来的就是不对.............................
if M=0 and N<>0 and O<>0 and P<>0 then
LABEL1.CAPTION=1
end if
if M=0 and N=0 and O=0 and P=0 then
LABEL1.CAPTION=2
end if
if M<>0 then
LABEL1.CAPTION=3
end if
end
原帖由 蜡烛鞭三郎 于 2007-12-15 01:40 PM 发表
当M=0 N0 O0 P0时给LABEL1.CAPTION赋值1
当M=0 N=0 O=0 P=0时给LABEL1.CAPTION赋值2
当M0时给LABEL1.CAPTION赋值3
If M=0 Then
If N0 Then
If O 0 and P0 Then
L ...
原帖由 小明打小白 于 2007-12-16 01:09 发表
if M0 then
label1.caption = 3
elseif n=0 and o=0 p=0 then
label1.caption = 2
else
label1.caption =1
end if
欢迎光临 浆糊论坛-RO小站 (http://bbs.rohome.cn/) | Powered by Discuz! 7.2 |