17216.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 26 行

HTML
26
字号
<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 13, 1999 at 19:30:47:<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: 17216--><!--top: 17270--><li><a href="17270.html">Re: 请问有关回圈...</a> <b>小瓜瓜</b> <i>00:41:28 8/15/99</i>(<!--responses: 17270-->0)<ul><!--insert: 17270--></ul><!--end: 17270--></ul><!--end: 17216--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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