It works, but i don't need that...
I need if can be done automatically, something like this:
PHP Code:
InsertPointChars(13274, buffer, charsmax(buffer)) // buffer = "13.274"
InsertPointChars(200000, buffer, charsmax(buffer)) // buffer = "200.000"
InsertPointChars(58963214, buffer, charsmax(buffer)) // buffer = "58.963.214"
On every 3 last numbers...
__________________