标题:VB 下标越界,求大家指点一下,帮助!程序如下
取消只看楼主
a479869333
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2014-5-4
结帖率:0
已结贴  问题点数:20 回复次数:0 
VB 下标越界,求大家指点一下,帮助!程序如下
For tmpi = 0 To 5
            txtRecieve.Text = Trim(txtRecieve.Text) & " " & IIf(Len(Hex$(getBytes(tmpi))) > 1, Hex$(getBytes(tmpi)), "0" & Hex$(getBytes(tmpi)))
            
          Next tmpi
          Text1.Text = CInt((getBytes(0) * 256 + getBytes(1)) / 4096 * 3300)
          Text2.Text = CInt((getBytes(2) * 256 + getBytes(3)) / 4096 * 3300)
          Text3.Text = CInt((getBytes(4) * 256 + getBytes(5)) / 4096 * 3300)
      Case comEvSend   ' 传输缓冲区有 Sthreshold 个字符  '
      Case comEvEOF   ' 输入数据流中发现 EOF 字符
    End Select

End Sub

getbytes(tmpi)提示下标越界!!不知道问题出在哪里
搜索更多相关主题的帖子: 缓冲区 
2014-05-04 15:44



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-430982-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.226300 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved