📄 falmtoly.bas
字号:
Attribute VB_Name = "Falmtoly"
Option Explicit
Public list2paths() As String '存放list2中选中的项
Public list2index As Long 'list2数组的下标
Public Sub list2_list1()
If (list2index > UBound(list2paths)) Then
Sleep (100)
Faws.Scmnet3.SendData "5" & "发送完成"
fileinfo = 0
list2index = 0
Exit Sub
End If
fileinfo = 6
Faws.Scmnet3.SendData "4" & list2paths(list2index)
list2index = list2index + 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -