📄 module1.bas
字号:
Attribute VB_Name = "Module1"
Option Explicit
Function GetAppVer() As String '取得软件版本
GetAppVer = App.Major & "." & Format(App.Minor, "00") & "." & Format(App.Revision, "0000")
End Function
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -