|
|
|
|
|
by benj111
17 days ago
|
|
How do you represent a leading 0? I don't know enough about phone numbers to say whether you could encode them as an int anyway. In the UK all standard numbers start 0 and international codes start 00? Of course you could introduce a 'locale' and then 20 years later try to solve that mess with multiple ways of representing international numbers. Or maybe not teach young programmers that you can make the phone number a numeric field? So it seems to me the solution is to save them as BCD... |
|