Hi all,
In this simple jaggery code
for(var i=0;i<10;i++){
print(i);
print("<br/>");
}
Output was like
0.0
1.0
....
I need to parse these outputs into integer. I tried parseInt(i) method but
it also gave the same result. What could be the reason for that?
Thanks
Dimuthu
--
Dimuthu Upeksha
Engineering Intern
WSO2 inc.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
