S
Sam T.
If I do the following:
value="off"
p value == "on" ? "YES" : "NO"
p value
Then I get the
Does anyone know how I assign the result of the statement to a variable.
e.g the result of:
value="off"
value == "on" ? "YES" : "NO"
value="off"
p value == "on" ? "YES" : "NO"
p value
Then I get the
Does anyone know how I assign the result of the statement to a variable.
e.g the result of:
value="off"
value == "on" ? "YES" : "NO"