标题:VB新手学习中遇到问题,请前辈帮忙~~~
取消只看楼主
laogai
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2006-7-13
 问题点数:0 回复次数:0 
VB新手学习中遇到问题,请前辈帮忙~~~
Private Sub Command1_Click()
a = Val(Text1.Text)
b = Val(Text2.Text)
c = Val(Text3.Text)
If a < b Then
t = a: a = b: b = t
End If
If a < c Then
t = a: a = c: c = t
End If
If b < c Then
t = b: b = c: c = t
End If
Text4.Text = a & "," & b & "," & c
End Sub
本程序中If a < b Then
t = a: a = b: b = t实现了什么
怎么解释,请指教一下 谢谢
搜索更多相关主题的帖子: 前辈 Val Then End 
2006-07-13 02:06



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




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

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