I cannot get array value inside a function.
hello,
This is my program i need the values
var values = [10];
pie.hover(function () {
alert(valuesof[0]);
var that = this.sector;
this.sector.stop();
this.sector.scale(1.1, 1.1, this.cx, this.cy);
});
when i alert it shows object Object,if i get the length of that array it shows 1 value is there.
please help.
thanks