17634.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 34 行
HTML
34 行
<html> <head> <title>多个If有无较简单之写法?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>多个If有无较简单之写法?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 新手 on August 21, 1999 at 01:00:49:<p>若有多个条件要判断如:<br>If A=True then <br> If B=False then<br> If C >10 then<br> If D=True then<br> Do Something<br> End If<br> End If<br> End If<br>End If<br>请问有无较简单之写法?<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17634--><!--top: 17636--><li><a href="17636.html">Re: 多个If有无较简单之写法?</a> <b>j</b> <i>02:31:04 8/21/99</i>(<!--responses: 17636-->2)<ul><!--insert: 17636--><!--top: 17657--><li><a href="17657.html">旧的写法比较好</a> <b>Arthur</b> <i>13:36:05 8/21/99</i>(<!--responses: 17657-->1)<ul><!--insert: 17657--><!--top: 17667--><li><a href="17667.html">谢谢!我也没想到[如果 A=False 时, 其他判断条件会检查吗?]</a> <b>新手</b> <i>18:39:02 8/21/99</i>(<!--responses: 17667-->0)<ul><!--insert: 17667--></ul><!--end: 17667--></ul><!--end: 17657--></ul><!--end: 17636--></ul><!--end: 17634--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?