binarymgmt.bas
来自「快速数据库的编程实现」· BAS 代码 · 共 12 行
BAS
12 行
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 + =
减小字号Ctrl + -
显示快捷键?