code96a.txt

来自「VB大全(精华版)源代码」· 文本 代码 · 共 11 行

TXT
11
字号
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 + =
减小字号Ctrl + -
显示快捷键?