J
jobs
In the case where I need to check to see if a variable is one of many
values
IIF (( (Container.DataItem("ProcessStateId") = 0) or
(Container.DataItem("ProcessStateId") = 2) or
(Container.DataItem("ProcessStateId") = 4) ) ,"TRUE","FALSE")
Is there a smarter way to do this? and where would I have found that on
MSDN or Language refrences pages?
Thanks.
values
IIF (( (Container.DataItem("ProcessStateId") = 0) or
(Container.DataItem("ProcessStateId") = 2) or
(Container.DataItem("ProcessStateId") = 4) ) ,"TRUE","FALSE")
Is there a smarter way to do this? and where would I have found that on
MSDN or Language refrences pages?
Thanks.