17259.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 30 行
HTML
30 行
<html> <head> <title>请问...</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>请问...</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:y384124@ms5.hinet.net">小洪</a> 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 这时,暂停如果条件符合再继续回圈呢? <br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17259--><!--top: 17280--><li><a href="17280.html">Re: 请问...</a> <b>Sun Jack</b> <i>02:51:32 8/15/99</i>(<!--responses: 17280-->0)<ul><!--insert: 17280--></ul><!--end: 17280--><!--top: 17263--><li><a href="17263.html">您所说的暂停是指除错时的暂停,还是程式准备要执行到if 时显示暂停讯息</a> <b>小琳</b> <i>20:32:03 8/14/99</i>(<!--responses: 17263-->0)<ul><!--insert: 17263--></ul><!--end: 17263--></ul><!--end: 17259--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?