View Single Post
  #1  
Old 11th November 2011
Braincode's Avatar
Braincode Braincode is offline
Ceriwis Addicted
 
Join Date: Nov 2011
Posts: 4,638
Rep Power: 21
Braincode mempunyai hidup yang Normal
Default [ask][borland delphi]Kenapa kok error???

gan nie kenapa ga bisa di compile??

gw pake borland delphi 7.

tolong ya gan....




Quote:





if TryStrToFloat(edit2.Text,bunga_)=false then

begin

ShowMessage('Bunga tidak valid');

exit;

end;



var "bunga_" pakai real



error message nya :

[Error] UBunga.pas(50): There is no overloaded version of 'TryStrToFloat' that can be called with these arguments

[Fatal Error] PBunga.dpr(5): Could not compile used unit 'UBunga.pas'





thx gan...

</div>
Reply With Quote