Display Text shows "INF" after 8 characters. Why?
VoidedSky
Member Posts: 1,095
Hi I am working on an app, and this is what happens:
I have actor that is the number 5, and another actor that is the number 9, when they are touched, they change game.number to game.number..self number.
I also have an actor that displays game.number
So if I press '5 and '9', I get '59'
'5 5 5 9 9', I get '55599'
But if I press '5 5 5 9 9 9 5 9', or any other number over 8 digits I get 'INF', why is this?
I hope I explained this well enough.
Thanks
~CTM
EDIT; ha, the number is showing up as a telephone number!
I have actor that is the number 5, and another actor that is the number 9, when they are touched, they change game.number to game.number..self number.
I also have an actor that displays game.number
So if I press '5 and '9', I get '59'
'5 5 5 9 9', I get '55599'
But if I press '5 5 5 9 9 9 5 9', or any other number over 8 digits I get 'INF', why is this?
I hope I explained this well enough.
Thanks
~CTM
EDIT; ha, the number is showing up as a telephone number!
Comments