- Messages
- 1,451
- Country

Hello all
This weekend I am trying to get work some digital readouts for the Bell 429. Nevertheless, I am having bad time displaying readings from variables below to zero. When the values are below to cero, FS9 returns garbage values. I am trying this code and I can't figure out what's wrong.
In advance, thank you.
Sergio.
This weekend I am trying to get work some digital readouts for the Bell 429. Nevertheless, I am having bad time displaying readings from variables below to zero. When the values are below to cero, FS9 returns garbage values. I am trying this code and I can't figure out what's wrong.
HTML:
<Element>
<Position X="120" Y="20"/>
(A:ENG1 TRANSMISSION TEMPERATURE, celsius) 20 >
if{
<FormattedText X="150" Y="20" Font="Arial" FontSize="20" Color="#05DA23" Adjust="Center" VerticalAdjust="Center" Bright="Yes">
<String>%((A:ENG1 TRANSMISSION TEMPERATURE,celsius))%!0.3d!</String>
</FormattedText>
}
els{
<FormattedText X="150" Y="20" Font="Arial" FontSize="20" Color="#FFFFFF" Adjust="Center" VerticalAdjust="Center" Bright="Yes">
<String>WARN</String>
</FormattedText>
}
</Element>
In advance, thank you.
Sergio.
Last edited:







