Notifications
Clear all
Simhub General
4
Posts
4
Users
0
Reactions
1,270
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?
02/12/2024 7:27 am
Great insights on defining background color, A clear design enhances readability and engagement, which is crucial when tackling complex tasks like othmassignmenthelp.co.uk. Keep sharing such valuable tips.
This post was modified 2 months ago by jessicalauren