stock ConvertNumber( szam, str[], szo = sizeof(str) ) {
format(str, szo, \"%d\", szam);
new ln = strlen(str);
while( ln ) {
if( !((ln)%3) ) strins( str, \" \", (strlen(str)-ln), szo );
ln --;
}
if( str[0] == \' \' ) strdel( str, 0, 1 );
}
Tessék, ezzel ilyen formára alakítja: 5000 -> 5 000