InsertPointChars( num, szOutput[], iLen ) { num_to_str( num, szOutput, iLen ); for( new len = strlen(szOutput)-3; len > 0; len-=3 ) { copy(szOutput[len+1], iLen-(len+1), szOutput[len]); szOutput[len] = '.'; } }