其实条件可以换一种税法, 就是只有a,b,c同时为0时,c才为0
if a=0 and b=a and c=a then
c=1
else
c=0
end if
或者说a,b,c中只要随便有一个不为0,则c为1。
if a<>0 or b<>0 or c<>0 then
c=1
else
c=0
end if
=======================================================================
" border="0" />
http://www.
http://www.
[
本帖最后由 loneeweb 于 2010-7-15 01:36 编辑 ]