in reply to "force string context"?
The other possibility is that the user id is of the form a.b with b a long string of digits. This will be interpreted as a floating point number and depending on the precision, those extra digits will be rounded to fit into the floating point format.
If there are no decimal digits, I don't see how you can get into trouble with rounding operations in the string. To say more, we'd need to see examples of the user id.
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "force string context"?
by bronto (Priest) on Apr 16, 2004 at 09:06 UTC |