var
str, lstmpdata, temp: string;
begin
// str := '00030.0';
// str := '00.2';
lstmpdata := '<0020.0';
if (Copy(lstmpdata,1,1)='>' )Or (Copy(lstmpdata,1,1)='<') then
begin
temp:= Copy(lstmpdata,1,1) ;
lstmpdata:= Copy(lstmpdata,2,length(lstmpdata)-1) ;
ShowMessage(lstmpdata);
ShowMessage(Copy(lstmpdata, 1, 1));
ShowMessage(Copy(lstmpdata, 2, 1));
end;

while (Copy(lstmpdata, 1, 1) = '0') and (Copy(lstmpdata, 2, 1) <> '.') do
begin
lstmpdata := copy(lstmpdata, 2, length(lstmpdata) - 1);
end;
lstmpdata:=temp+lstmpdata ;
ShowMessage(lstmpdata);
end;

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄