Hello,
:sign0013: i have a small problem, but can`t find the solution since hours.
I wrote a very small GPS-program and try to convert the speedoverground to Km/h.
this works fine:
textbox1.text = gps.speedoverground
this doesn`t:
textbox1.text = gps.speedoverground * 1.852
I recieve "format exeption". I tried several other ways, but always the same.
Thanks for answers.
:sign0013: i have a small problem, but can`t find the solution since hours.
I wrote a very small GPS-program and try to convert the speedoverground to Km/h.
this works fine:
textbox1.text = gps.speedoverground
this doesn`t:
textbox1.text = gps.speedoverground * 1.852
I recieve "format exeption". I tried several other ways, but always the same.
Thanks for answers.