5937.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: write to top(end) of an opened file...</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: write to top(end) of an opened file...</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by Roberts on September 23, 1998 at 17:39:34:<p>
In Reply to: <a href="5909.html">write to top(end) of an opened file...</a> posted by wei on September 23, 1998 at 06:32:30:<p>
: Each time after an file is opened, I want to add an string item to the top of the file.If use "open filename for append as #1, print #1,"new item"", it only append new item to the end of the file. Please help me to solve this problem! Thanks!<p>Maybe you can try to use random mode.
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5937-->
</ul><!--end: 5937-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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