14393.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: Receive Byte array to change Decimal</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: Receive Byte array to change Decimal</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on June 18, 1999 at 11:38:39:<p>
In Reply to: <a href="14387.html">Receive Byte array to change Decimal</a> posted by 王廉 on June 17, 1999 at 19:55:18:<p>
Dim x() As Byte<br>Dim i As Integer<p>For i = 0 To UBound(x)<br> MsgBox x(i)<br>Next i
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 14393-->
</ul><!--end: 14393-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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