Iv'e been trying to wrap my head around the new conditionals in Kiss 10.x. To learn a bit about what can be done I've been doing a lot of testing and using /echo ${something here} to understand what values should be expected. To test for the presence of an existing disc I am using:
This returns !FALSE or !TRUE depending on a disc being active.
My question is, does the ! in front of the TRUE or FALSE need to be stripped so that the return value is evaluated correctly, and if so how would I go about doing that?
Thank you.
Rich (BB code):
!${If[${Me.ActiveDisc.ID},TRUE,FALSE]}
This returns !FALSE or !TRUE depending on a disc being active.
My question is, does the ! in front of the TRUE or FALSE need to be stripped so that the return value is evaluated correctly, and if so how would I go about doing that?
Thank you.

