Dim hStatusWnd As DWord
Dim hIcon1 As DWord
Dim A_UNC As Integer
Dim B_UNC As Integer
Dim C_UNC As Integer
Dim A_UN As String
Dim B_UN As String
Dim C_UN As String
Const ID_STATUS = 70
Dim cudir[256] As Byte
GetCurrentDirectory(256,cudir)
Open cudir+"\a.dat" As #1
Field #1,1
Get #1,1,A_UN
Get #1,2,B_UN
Get #1,3,C_UN
Close #1
Const ID_STATUS = 70
Dim hStatusWnd As DWord, hIcon1 As DWord
Dim A_UNC As Integer, B_UNC As Integer, C_UNC As Integer
Dim A_UN As String, B_UN As String, C_UN As String
Dim cudir[256] As Byte
GetCurrentDirectory(256,cudir)
Open MakeStr(cudir)+"\a.dat" As #1
Field #1,1
Get #1,1,A_UN
Get #1,2,B_UN
Get #1,3,C_UN
Close #1