i have something curious... try this in your message box:
Code: Select all
put "700901001234567890131400" into x;add 0 to x; put x
perhaps there is a reason - but i do not know - do you?
andi
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put "700901001234567890131400" into x;add 0 to x; put x
Code: Select all
put "11111111111111111" into x;add 0 to x; put x
thanks simon, this seems to be the problem...Simon wrote:About 5 months ago this was brought up on the Dev list, there are apparently ways to work around this.
You only get 16 digits using the standard liveCode arithmetic.
Simon
YesJean-Marc, are you really getting the last third of the number mixed up?