Hi Abdulrahman,
Did you use the following expression: 10*(x>2)
The expression x>2 evaluates to 1 wherever it is true and to 0 wherever it is false. Multiplying it by 10 should give you the result you want. If this doesn’t work, please provide more details, like a screenshot.
Best,
Les
--
You received this message because you are subscribed to the Google Groups "VCell Open Discussion Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vcell-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vcell-discuss/8e613616-830e-4974-b83a-2ca649c15f00n%40googlegroups.com.
Excellent!
Best,
Les
From: Abdulrahman Almutairi <a.almut...@gmail.com>
Sent: Tuesday, March 12, 2024 4:51 PM
To: VCell Open Discussion Forum <vcell-...@googlegroups.com>
Subject: Re: [VCell] Using Logical Operators (AND OR)
Hi Les,
Thank you! I was not using that syntax.
It works now.
Best,
Abdul