01.03.2010, 19:16
Ok guys , valstr is very bugged
I tryed this
Ok , i run the program and it show corectly
but if i put a val more than 1.500.000.000 and little than 1.900.000.000, will do this
it shows: 0000001500000000
And at least , if i put a val more than 1.900.000.000 , the program is freeze , and my CPU goes to 100%.
I tryed this
pawn Code:
valstr(dgroup,1400000000); // 1.400.000.000 ( 1 billion and 400 milions )
printf("%s",dgroup);
but if i put a val more than 1.500.000.000 and little than 1.900.000.000, will do this
pawn Code:
valstr(dgroup,1500000000); // 1.500.000.000 ( 1 billion and 500 milions )
printf("%s",dgroup);
And at least , if i put a val more than 1.900.000.000 , the program is freeze , and my CPU goes to 100%.