11754.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行
HTML
27 行
<html>
<head>
<title>Re: 请问如何用 SUB_B 终止 SUB_A ?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 请问如何用 SUB_B 终止 SUB_A ?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:jendar@ms4.url.com.tw">dar</a> on April 08, 1999 at 08:32:10:<p>
In Reply to: <a href="11733.html">请问如何用 SUB_B 终止 SUB_A ?</a> posted by 新丁 on April 07, 1999 at 17:54:22:<p>
Dim f as integer<p> 假设BUTTON A 是:<p> SUB A()<br> f=0<br> DO<br> LABEL1=1+1<br> DOEVENTS<br> LOOP until f=1<br> END SUB<p> 假设BUTTON B 是:<br> SUB B()<br> f=1 <br> END SUB<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 11754-->
<!--top: 11760--><li><a href="11760.html">谢谢! </a> <b>新丁</b> <i>09:22:51 4/08/99</i>
(<!--responses: 11760-->0)
<ul><!--insert: 11760-->
</ul><!--end: 11760-->
</ul><!--end: 11754-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?