Registriert seit: 19. Jan 2003
732 Beiträge
Turbo Delphi für Win32
|
Re: extended to string
11. Nov 2004, 23:47
Zitat von btbe:
Oh sorry, so tritt kein fehler auf, aber wenn ich halt umrechen will:
Delphi-Quellcode:
ordne(rmcline);
Label16.Caption := GPGGA[2];
Label17.Caption := round(GPGGA[7] * 1,852);
Label18.Caption := GPGGA[9];
hab alles mögliche probiert (floatostr(), floattoint(), strtofloat(), floattostf(),....)
bin verzweifelt
Hi!
Label17.Caption := IntToStr(round(StrToFloat(GPGGA[7]) * 1.852);
Dani H. At Least I Can Say I Tried
|
|
Zitat
|