VB中Currency和Double测试一例
摘要:
Private Sub Command1_Click() Dim a As Double Dim b As Currency a = 1.13 b = 1.13 Debug.Print Int(a * 100), Int(b * 100)End Sub结果是112 11... 阅读全文
posted @ 2015-01-15 12:19 圣光 阅读(740) 评论(0) 推荐(0)
posted @ 2015-01-15 12:19 圣光 阅读(740) 评论(0) 推荐(0)