Help for this page

Select Code to Download


  1. or download this
     
    @sess_funcs = ("F1E","F1W","F1N","F1S");
    @v_funcs = ("$oev_code","$oevc_code");
    @eprep_funcs = ("$oe_e","$e_e");
    @ev_funcs = (@sess_funcs,@v_funcs,@eprep_funcs);
    
  2. or download this
    if (! $date_to_use) {
        $msg =  "Enter or confirm the date to schedule. \n";
    ...
            $msg = "Date error.  Re-enter.\n" if (! $date_to_use);
        }
    }