S
sun_flower_2000
Unregistered / Unconfirmed
GUEST, unregistred user!
这句话为什么编译不通过?
s1 := floattostr(FormatFloat(dNumber,'#0.00'));
s1:string;
dnumber:single
报错信息:
[Error] Unit1.pas(50): Incompatible types: 'String' and 'Single'
[Error] Unit1.pas(53): Incompatible types: 'Integer' and 'Single'
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'
s1 := floattostr(FormatFloat(dNumber,'#0.00'));
s1:string;
dnumber:single
报错信息:
[Error] Unit1.pas(50): Incompatible types: 'String' and 'Single'
[Error] Unit1.pas(53): Incompatible types: 'Integer' and 'Single'
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'