<div dir="ltr"><div><div><div><div><div><div><div><div><div>I was wondering how many levels deep in conditional _if_  _else_  statements can go.  I need to create a statement that has 4 possible outcomes and need to know if this is possible.<br>
<br></div>I have two variables<br><br></div>I want one thing to happen if only the first variable is present<br><br></div>Another if only the second variable is present<br><br></div>Yet another if they are both present<br>
<br></div>And a fail over if None of the variables are present<br><br><br><br></div>I do see that is can be done with 3 conditions using   _if_  _if else_ _else_<br><br></div>how can I accomplish 4 conditional statements?<br>
<br><br></div>Thank you in advance<br><br></div>Joel<br></div>