13381.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 关于Chr(0)</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 关于Chr(0)</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:winntuser@hotmail.com">Windows NT user</a> on May 25, 1999 at 17:19:25:<p>
In Reply to: <a href="13291.html">关于Chr(0)</a> posted by 百吉 on May 23, 1999 at 23:47:45:<p>
: 我在一些取得windows 目录及system目录的例子里看到有使用到<br>: Chr(0)请问这chr(0)能做什么,我用以下code try 了一些,\就只出现<br>: 一个有确定按钮的讯息方块。我改成chr(1),chr(2),chr(3)等结果都一样。<br>: ps:我知道chr()是转换字元用的<p>: Private Sub Form_Load()<br>:     Dim lngchr As String<br>:     lngchr = Chr(0)<br>:     MsgBox lngchr<br>: End Sub<p>chr(0) 至 chr(32) 都是一些不可见的字元<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13381-->
</ul><!--end: 13381-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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