17263.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行

HTML
23
字号
<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 <a href="mailto:luo570@ms31.hinet.net">小琳</a> on August 14, 1999 at 20:32:03:<p>In Reply to: <a href="17259.html">请问...</a> posted by 小洪 on August 14, 1999 at 20:26:12:<p>: Open "d:\vb2\exercise\siword.txt" For Input As #1<br>: While Not EOF(1)<br>: Line Input #1, word<br>: okword = Mid(word, 1, 6)<br>: Form1.RichTextBox1.SelText = okword<br>: If word = a Then<br>: okword = Mid(word, 6, 1)<br>: RichTextBox1.SelText = okword<br>: End If<br>: Wend<br>: Close #1<br>: 请问如以上的程式段,如何在执行回圈时执行到<br>: if 这时,暂停如果条件符合再继续回圈呢? <p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17263--></ul><!--end: 17263--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?