Profile image

Funky Trees - How Do I Add Float Values?

4,336 Stanmich  2.5 years ago

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?