14365.html

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

HTML
31
字号
<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:yfwu@iname.com">小吴</a> on June 17, 1999 at 15:06:34:<p>
In Reply to: <a href="14360.html">Re: 请帮帮忙啊......呜呜..:同步的档案操作</a> posted by Sandy on June 17, 1999 at 12:56:47:<p>
你对档案存取的观念整个都有问题喔! 建议你要把书重看一遍。<br>Input # 只能用在 Input mode<br>Print #, Write # 只能用在 Output mode<br>Get #, Put # 只能用在 Random 及 Binary mode<br>Input function 则能用在 Input, Random 及 Binary mode<br>要达成你要的功能,可以使用 Binary mode 或是先用 Input mode 再用 Output mode 来达成。<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 14365-->
<!--top: 14384--><li><a href="14384.html">Re: 观念不对</a> <b>Sandy</b> <i>19:35:04 6/17/99</i>
(<!--responses: 14384-->1)
<ul><!--insert: 14384-->
<!--top: 14385--><li><a href="14385.html">小吴我知道了谢谢你的帮忙,好感激耶...呜呜呜.......</a> <b>Sandy</b> <i>19:41:11 6/17/99</i>
(<!--responses: 14385-->0)
<ul><!--insert: 14385-->
</ul><!--end: 14385-->
</ul><!--end: 14384-->
</ul><!--end: 14365-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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