VasanthVijay
12 years agoContributor
Reg:Array
I have an array of a = new array("a","b","c")
b = new array('0','10'',123'')
c = new arrray(''0,'123','154');
axis(a,b,c);
axis is a method it assing value of min"0" and max "0"
like that it follows but i want in single array.Is it possible.
b = new array('0','10'',123'')
c = new arrray(''0,'123','154');
axis(a,b,c);
axis is a method it assing value of min"0" and max "0"
like that it follows but i want in single array.Is it possible.