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

📄 16427.html

📁 VB技巧问答10000例 VB技巧问答10000例
💻 HTML
字号:
<html>
  <head>
    <title>Re: 关于.ini的存取</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 关于.ini的存取</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by 小v on July 31, 1999 at 09:12:05:<p>
In Reply to: <a href="16418.html">关于.ini的存取</a> posted by CC on July 31, 1999 at 00:56:41:<p>
: 我使用 <br>: buff = String(255, 0)<br>: ret = GetPrivateProfileString("SessionName", "DbPath", "DbPath", buff, 256, "test.ini")<br>: txtPath=buff<p>: 结果发现:<br>: 之后无法再串任何字给txtPath,<br>: 也就是txtPath=txtPath & "test"<br>: "test"并无法并到txtPath...<p>: 请问有无解答?谢谢!<p>传回值buff字串中是以chr(0)为结束符号, 你必须将该字元拿掉之后才能串起来!<p>buff=mid(buff,1, instr(buff,chr(0))-1)<br> <br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16427-->
<!--top: 16435--><li><a href="16435.html">Re: 关于.ini的存取</a> <b>琏琏</b> <i>12:05:23 7/31/99</i>
(<!--responses: 16435-->0)
<ul><!--insert: 16435-->
</ul><!--end: 16435-->
</ul><!--end: 16427-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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