![]() |
|
|
|
|||
|
Quote:
Because of the way computers work, there is no way for them to distinguish between 0 and 00, or 5 and 05, in some cases. I'm of the firm belief that there should not be a T if there's a feasible case of computer error. I stress I'm not an official in any sport, but the last thing I want to see is a "technicality technical", if you know what I mean.
__________________
Lurker from Massachusetts. Not an official in any sport. |
|
|||
|
Of course there are. May not be as easy, but . . .
|
|
|||
|
Quote:
05 and 5 (or 0 and 00) are equivalent only if the uniform number is stored as an Integer. If they're stored as a String, 05 and 5 are not identical. About the only real reason you'd store uniform number as an Integer is to make sorting easier... sorting Integers in numerical order (as you would expect in a box score) is easier than sorting Strings in numerical order... with Strings, the default order will be something like this: 0 00 02 03 1 01 12 14 2 22 25 3 31 32 34 etc. |
![]() |
| Bookmarks |
|
|