5909.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 34 行
HTML
34 行
<html>
<head>
<title>write to top(end) of an opened file...</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>write to top(end) of an opened file...</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
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!
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5909-->
<!--top: 5954--><li><a href="5954.html">不可能</a> <b>小吴</b> <i>08:06:30 9/24/98</i>
(<!--responses: 5954-->1)
<ul><!--insert: 5954-->
<!--top: 6102--><li><a href="6102.html">Thanks, I got it!</a> <b>wei</b> <i>02:24:48 9/29/98</i>
(<!--responses: 6102-->0)
<ul><!--insert: 6102-->
</ul><!--end: 6102-->
</ul><!--end: 5954-->
<!--top: 5937--><li><a href="5937.html">Re: write to top(end) of an opened file...</a> <b>Roberts</b> <i>17:39:34 9/23/98</i>
(<!--responses: 5937-->0)
<ul><!--insert: 5937-->
</ul><!--end: 5937-->
</ul><!--end: 5909-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?