19208.html

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

HTML
23
字号
<html>  <head>    <title>Re: String</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: String</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by Sun Jack on September 21, 1999 at 01:40:37:<p>In Reply to: <a href="19165.html">String</a> posted by 新人 on September 20, 1999 at 11:27:11:<p>: Beside "String" function, any other functions can fill a string with as string larger than 1 char. I tried this, but...<p>: Dim a as string<br>: a = string(10,"AK47")<br>: debug.print a<p>: I found this:<br>: AAAAAAAAAAA<p><br>Debug.Print Replace(String(10, "0"), "0", "AK47")<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19208--></ul><!--end: 19208--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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