1618.html

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

HTML
26
字号
<html>  <head>    <title>Re: 重覆执行一个程序</title>  </head>  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">    <center>      <h1>Re: 重覆执行一个程序</h1>    </center><HR><p>Posted by <a href="mailto:a338479@ms3.hinet.net">小刘</a> on January 02, 1998 at 03:21:13:<p>In Reply to: <a href="1617.html"><b>重覆执行一个程序</b></a> posted by jo on January 02, 1998 at 02:09:38:<p>是不是这样<p>:Sub Process_A<br>: Do <br>:  If 条件成立 Then Call Process_B      <br>: Loop Until 条件1<br>:End Sub<br><br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1618--><!--top: 1619--><li><a href="1619.html"><b>Re: 重覆执行一个程序</b></a> jo <i>03:42:54 1/02/98</i>(<!--responses: 1619-->0)<ul><!--insert: 1619--></ul><!--end: 1619--></ul><!--end: 1618--><br><HR><p></body></html>

⌨️ 快捷键说明

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