Maths & Flash
Maths & Flash
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- ********0
Math.splitThousands = function(n, seperator){
$tmp = n.toString();
$nl = $tmp.length;
$iP = ($nl%3)-1;
$return = "";
for(i=0;i
Math.splitThousands = function(n, seperator){
$tmp = n.toString();
$nl = $tmp.length;
$iP = ($nl%3)-1;
$return = "";
for(i=0;i