T
tswhoney
Unregistered / Unconfirmed
GUEST, unregistred user!
var
str2:String;
tt,tt1:integer;
begin
tt:=strtoint(Str2);
tt1:=tt/10000;
为何提示
tt1:=tt/10000;
[Error] datainput.pas(226): Incompatible types: 'Integer' and 'Extended'
str2:String;
tt,tt1:integer;
begin
tt:=strtoint(Str2);
tt1:=tt/10000;
为何提示
tt1:=tt/10000;
[Error] datainput.pas(226): Incompatible types: 'Integer' and 'Extended'