sithum,
can you give more detail about what you're trying to do with the values?
I tried your example:
Code:
<html>
<body>
<script type="text/javascript">
var arr = new Array();
arr[0] = '09';
arr[1] = '15';
arr[2] = '20';
for(var i in arr)
document.write(arr[i]+'<br/>');
</script>
</body>
</html>
which seems to render fine as
--Ryan
__________________
FRC 2046, 2007-2008, Student member
FRC 1708, 2009-2012, College mentor; 2013-2014, Mentor
FRC 766, 2015-, Mentor