module1.bas

来自「office ppt考试系统 通过vb界面调用office接口进行ppt模拟考试」· BAS 代码 · 共 19 行

BAS
19
字号
Attribute VB_Name = "Module1"
Option Explicit

Public i As String
Public fso As New FileSystemObject
Public path As String
Public txtfile

 Public username As String
  Public Function Testtxt(txt As String) As Boolean
    If Trim(txt) = "" Then
        Testtxt = False
    Else
        Testtxt = True
    End If
End Function


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?