在Visual Basic 要做到四捨五入的功能應該用Format 這個函數,用CInt 或CLng 都只能取到 ... Private Sub Command1_Click() Dim a As Double a = 1234.56789 Debug.
確定! 回上一頁