12.03.2011, 07:50
Change string[40] to string[50]. The reason why it used to delete the last digits is because the string length was too short. The [40] is the length of the sentence you want the player to receive. So, if you count the characters, you'll see it`s more than 40. Anyway, 50 I think it`s enough.