Jitesh Vachheta Posted October 25, 2019 Share Posted October 25, 2019 Hi All, I'm trying to perform Multiple IF Statement in seeq but don't have any clarity as to how should i perform. Can anyone tell me how should i apply it. I have gone through the Below links as well which are already available in seeq forum,it seems they're not helping either. Link :- Regards, Jitesh Vachheta Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted October 25, 2019 Share Posted October 25, 2019 Hi Jitesh, I tried to develop a nested if with the following logic: if (temp > 66) { if (rh > 50) { temp = 1/temp ; } else if (wetbulb < 75) { temp *= 2; } } If no condition is met, the temperature should not be modified. However it would be great if you could provide an example of what you are trying to achieve. Regards, Thorsten Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.