- Joined
- May 15, 2015
- Messages
- 72
- Reaction score
- 1
- First Language
- English
- Primarily Uses
So I would like to know, how do I write a range on a control variable in an If statement with possible Else attached.
Lets say for example: If: This Variable 8 - 47. Else 48 - 50
Where "This Variable" is the name of the control variable with the range between 8 and 47 in the If statement with an Else with a range between 48 and 50
An example with the If statement and example with the If and else statement combo would be nice.
Also would I put this code a Conditional Branch, Tab 4 in the Script Input box?
In other words how would I write that in javascript.
Thanks again any help would be appreciated.
Lets say for example: If: This Variable 8 - 47. Else 48 - 50
Where "This Variable" is the name of the control variable with the range between 8 and 47 in the If statement with an Else with a range between 48 and 50
An example with the If statement and example with the If and else statement combo would be nice.
Also would I put this code a Conditional Branch, Tab 4 in the Script Input box?
In other words how would I write that in javascript.
Thanks again any help would be appreciated.

