Help for this page

Select Code to Download


  1. or download this
    for ($i=0; $i >= 1000; $i++) {
    print STDOUT ("$Bxcoord[$i]");
    }
    
  2. or download this
    for ($i=0; $i >= -1000; $i--) {
    print STDOUT ("$Bxcoord[$i]");
    }