?? code110a.txt
字號:
Public Sub Main()
Dim int_result as Integer
Dim single_result as Single
Dim long_result as Long
int_result = CInt("1234")
single_result = CSng("12345.678")
long_result = CLng("1234567")
Debug.Print int_result, single_result, long_result
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -