Help for this page

Select Code to Download


  1. or download this
    
    @Array[0] = "1,5";
    ...
    @Array[3] = "3,9";
    @Array[4] = "8,1";
    
  2. or download this
    
    * Element 1 of string should be Low to High
    * Element 2 of string should be High to Low
    
  3. or download this
    
    @Array[0] = "1,5";
    ...
    @Array[1] = "6,2";
    @Array[4] = "8,1";
    
  4. or download this
    
    $array->[0]->x=1;
    ...
    $array->[1]->x=6;
    $array->[1]->y=2;