module1.bas

来自「------ DebugAsm Editor使用说明 ------ 」· BAS 代码 · 共 8 行

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