Notifications
Clear all
Simhub General
4
Posts
4
Users
0
Reactions
1,044
Views
Topic starter
24/09/2023 9:58 am
Can anyone please help with a code I'm writing to change the background color of the Tyre temps?
if([TyreTemperatureFrontRight]<69, 'Blue')
([TyreTemperatureFrontRight]>70&[TyreTemperatureFrontRight]<90, 'Green')
([TyreTemperatureFrontRight]>91&[TyreTemperatureFrontRight]>100, 'Orange')
([TyreTemperatureFrontRight]>101, 'Red')
Thanks
25/09/2023 9:59 am
if([TyreTemperatureFrontRight] >= '100', 'red', if([TyreTemperatureFrontRight] >= '90', 'orange', if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))
24/08/2024 5:07 pm
if([TyreTemperatureFrontRight] >= '100', 'red', if([TyreTemperatureFrontRight] >= '90', 'orange', if([TyreTemperatureFrontRight] >= '70', 'green', 'blue')))
where should this be placed?
04/11/2024 9:51 pm
Finding reliable assistance for an argumentative essay about sports topics can simplify your writing process. With professional guidance at https://writepaperfor.me/blog/sport-essay-topics student essay help provides structured support, enabling you to craft well-reasoned arguments and improve overall academic performance.
This post was modified 1 week ago 2 times by PatriciaFairbank