2050
Comments (80)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
4
chicago_prisoner 4 points ago +4 / -0

Wait a minute. That means they stored it as a STRING (or text) data type instead of a SHORT. A short can go up to 255. What kind of idiots were programming this?

2
JerrySmith74 2 points ago +2 / -0

Short is 16bits, 0-65535 or +-32767 if signed Byte is 8bits, 0-255 or +-128 if signed

Either way there is absolutely no excuse.