Help for this page

Select Code to Download


  1. or download this
    # Loops forever
    for ($i=0; $i++;) {
      $pers = @buschecked[i];
    }
    
  2. or download this
    # Goes through list
    for (@buschecked) {
       $pers = $_;
    }