Help for this page

Select Code to Download


  1. or download this
    if (($A ne "ONE") && ($B eq "TWO"))
       {
    ...
       {
       ...
       }
    
  2. or download this
    if (($A ne "ONE") && ($B eq "TWO"))
    
  3. or download this
    if (($B eq "TWO") && ($A ne "ONE"))