1
Feature Request / Re: Message Display by Value question
« on: April 04, 2018, 12:02:05 PM »Hope it helps. I wasn't quite sure how to handle the conversion from bool to integer (considering the value is a string) so I wimped out and butchered that part. So, if you see that part just understand that's not best practice.
I use Convert.ToInt32(bool) to convert bool to integer. True returns -1 and False returns 0.