Z
zj_pht
Unregistered / Unconfirmed
GUEST, unregistred user!
我定义了如下文件类型:
type
THost_Info = record
Host_Label:string[20];
Host_IP :string[20];
User_Name :string[20];
PassWord :string[20];
CurrDir :string[20];
LocaDir :string[20];
end;
THost_File = File of THost_Info;
var
Host_File:THost_File
我如何操作Host_File?
type
THost_Info = record
Host_Label:string[20];
Host_IP :string[20];
User_Name :string[20];
PassWord :string[20];
CurrDir :string[20];
LocaDir :string[20];
end;
THost_File = File of THost_Info;
var
Host_File:THost_File
我如何操作Host_File?