勇
勇者
Unregistered / Unconfirmed
GUEST, unregistred user!
Private Declare Function gettxt Lib "kcomm.dll"
(ByVal port As Integer,ByVal wait As Integer,ByVal datel As Long,ByVal timel As Long,ByVal fliname As String) As Integer
If gettxt(1,1,010601,123030,"qtsj.txt"=0 Then
Print "pass"
End If
改成DELPHI怎么写
(ByVal port As Integer,ByVal wait As Integer,ByVal datel As Long,ByVal timel As Long,ByVal fliname As String) As Integer
If gettxt(1,1,010601,123030,"qtsj.txt"=0 Then
Print "pass"
End If
改成DELPHI怎么写