Help for this page

Select Code to Download


  1. or download this
        if ($ODP1Dir eq "OUT" || $ODP1Dir eq "DOWN") {
          if (length($ODP1Val) != 0) {$ODP1Val = '-' . $ODP1Val;}
    ...
            $ODP1Dir = "UP";
          }
        }