📄 code96a.txt
字号:
Public Sub Main ()
AllCaps = "JOHN"
NoCaps = "john"
If AllCaps = NoCaps then ' Now they are evaluated as the same
Debug.Print "These are the same name."
Else
Debug.Print "These are not the same name."
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -