Help for this page

Select Code to Download


  1. or download this
        for $value (LIST) {
            $ARRAY[++$#ARRAY] = $value;
        }
    
  2. or download this
    while (($this,$that)= each(%list)) {
    add each $this and $that into the array
    sort out array by numerics (highest $that (which is always a number) w
    +ill be on top).