⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 8517.html

📁 以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题.对一些VB初学者很用.
💻 HTML
字号:
<html>
  <head>
    <title>请问有关BINARY FILE 的读写.....</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>请问有关BINARY FILE 的读写.....</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:j0553@iner.gov.tw">阿松</a> on December 22, 1998 at 15:21:12:<p>
type P<br>pasw as string<br>end type<p>dim buff as P<p>open "user.bin"for binary access write as #1<p><br>buff.passw="test"<br>put #1,,buff<p>buff.passw="asdfggh"<br>put #1,,buff<p>close #1<p>为何写入的档案我还是能用小作家读出  test   asdfggh   WHY??<p>还有why    EOF(#1) 永远不是TRUE?????<p>open "user.bin"for binary access read as #1<p>do while not EOF(#1)<br>  :<br>  :       <--------无穷回圈... :( why???<br>loop<p><br>我是要做check password以及新增PASSWORD 的功能 
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8517-->
<!--top: 8519--><li><a href="8519.html">Re: 请问有关BINARY FILE 的读写.....</a> <b>Knight</b> <i>16:15:08 12/22/98</i>
(<!--responses: 8519-->0)
<ul><!--insert: 8519-->
</ul><!--end: 8519-->
</ul><!--end: 8517-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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