8276.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 31 行
HTML
31 行
<html>
<head>
<title>Re: 如何才能取到真正想要的子字串</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何才能取到真正想要的子字串</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:huy@mail.com">Roger</a> on December 14, 1998 at 13:58:48:<p>
In Reply to: <a href="8274.html">如何才能取到真正想要的子字串</a> posted by richard on December 14, 1998 at 13:48:33:<p>
: 大家好,请问要如何才能取到我真正所要的字串长度?<br>: MIDB(str1,1,8)并不能达成要求<p>因为windows 95内部用码原则跟原本dos/windows 3.1<br>不一样.<br>你取字串长度要用另一种方式,<br>不然可以把它转换成byte array,<br>那它就会乖乖地要几个byte就是几个byte了.<p>dim str1 as variant<br>dim b() as byte<br>b()=str1<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8276-->
<!--top: 8280--><li><a href="8280.html">thank you</a> <b>richard</b> <i>14:31:09 12/14/98</i>
(<!--responses: 8280-->0)
<ul><!--insert: 8280-->
</ul><!--end: 8280-->
<!--top: 8279--><li><a href="8279.html">Re: 如何才能取到真正想要的子字串</a> <b>richard</b> <i>14:30:47 12/14/98</i>
(<!--responses: 8279-->0)
<ul><!--insert: 8279-->
</ul><!--end: 8279-->
</ul><!--end: 8276-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?