H
helloyou11
Unregistered / Unconfirmed
GUEST, unregistred user!
请问下面代码
var
s:string[10];
begin
if(high(s)=length(s)) then
dec(s[0]);
s[ord(length(s))+1]:=#0;
end;
是什么意思
var
s:string[10];
begin
if(high(s)=length(s)) then
dec(s[0]);
s[ord(length(s))+1]:=#0;
end;
是什么意思