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