I've run into an issue with setting up FT text, and currently i have it set as such:
". {132.2+round(VTOL*50)/5} App. Dep. ."
However, troublesomely, the value sometimes displays
". 140 App. Dep. ."
As opposed to
". 140.0 App. Dep. ."
Which is what I want.
I know some float value is needed, But I'm not sure how to implement. Help pls?
@Huax Thanks
set it to
{132.2+round(VTOL*50)/5;000.0}