标题:为什么j=3、4、5、的时候出来的数不是最大值
取消只看楼主
wwewwp1213
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2015-5-15
结帖率:0
已结贴  问题点数:20 回复次数:0 
为什么j=3、4、5、的时候出来的数不是最大值
For j = 0 To 5
str = strID + "-" + CStr(j + 1)
Open App.Path + "\TestData\" & Trim(str) & ".txt" For Input As #1
  max1 = 0
  Do While Not EOF(1)
   Line Input #1, tem1
   
  If Val(tem1) > max1 Then
        max1 = Val(tem1)
    End If
    If j = 0 Then TxtFLeftMaxf.Text = max1
   
    If j = 1 Then Text1.Text = max1
    End If
    If j = 2 Then
    Text4.Text = max1
    End If
    If j = 3 Then
    Text5.Text = max1
    End If
    If j = 4 Then
    TxtFfMaxBalance.Text = max1
    End If
    If j = 5 Then
    TxtBfMaxBalance.Text = max1
    End If
Loop
Close #1
Next j
Close #1
搜索更多相关主题的帖子: 最大值 
2015-05-15 22:01



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




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

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