C
csluming
Unregistered / Unconfirmed
GUEST, unregistred user!
比如:
type
GhtPacket=Record
Optcode :string[2];
Lsh :string[14];
UserId :string[10];
end;
packet:GhtPacket;
packet.optcode:='1';
packet.lsh:='123';
packet.userid:='0001';
move(packet,s^,sizeof(packet))??????
edit1.text:=s;
出错了!一堆乱数字!
救救我!!!!!!!
type
GhtPacket=Record
Optcode :string[2];
Lsh :string[14];
UserId :string[10];
end;
packet:GhtPacket;
packet.optcode:='1';
packet.lsh:='123';
packet.userid:='0001';
move(packet,s^,sizeof(packet))??????
edit1.text:=s;
出错了!一堆乱数字!
救救我!!!!!!!