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
posted @ 2015-01-15 12:19
posted @ 2015-01-09 08:36
posted @ 2015-01-02 17:57