Forum Discussion
Anonymous
7 years agoNot applicable
question about switch
I have a requirement where I have to match one expression with multiple values (from syntax below) SWITCH(<expression>, <value>, <result>[, <value>, <result>]…[, <else>]) I am writing a psued...