📄 binarymgmt.bas
字号:
Attribute VB_Name = "BinaryMgmt"
'Database will be a random access text file database
'List will be a random access text file database with just the headers
Public DatabasePath As String
Public BackupDatabasePath As String
Public IndexPath As String
Public dirty As Boolean
Public Any_Change_At_All As Boolean
'this is the delimiter I chose--you can choose another kind if you want
Public Const DOT = "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -