Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

I cannot start a series on numbers begining with 0 (zero) without the 0 being dropped when entering the number

  • 2 відповіді
  • 1 має цю проблему
  • 5 переглядів
  • Остання відповідь від FredMcD

more options

When signing into a website if the security number begins with zero, ie 0123. when hitting the enter key the zero is deleted as the number is not accepted

When signing into a website if the security number begins with zero, ie 0123. when hitting the enter key the zero is deleted as the number is not accepted

Обране рішення

Contact the web site you are logged into, or trying to log into. It is their cause.

Interesting situation. I can understand how initial creation and later use/entry might differ, and I'd bet a nickle that no one tested your senerio.

Numericallly, and on any calculator, 00022 divided by 0007 is going to give you Pi (3.14159), without the leading zeros in front of the 3, but as a string (any text characters), zero would certainly be retained.

If their code (program instruction) required 8 digits, even all zeros would be valid, but on the minicomputer I'm experienced in, a non-numeric character in a numerica calculation, ie addition, would result in zero, (or null) and zero might be a confirmation for 'this is not a valid entry.' (IF RR+0= OR RR+0=0 THEN GOSUB 900;GOTO 200)

Читати цю відповідь у контексті 👍 0

Усі відповіді (2)

more options

Вибране рішення

Contact the web site you are logged into, or trying to log into. It is their cause.

Interesting situation. I can understand how initial creation and later use/entry might differ, and I'd bet a nickle that no one tested your senerio.

Numericallly, and on any calculator, 00022 divided by 0007 is going to give you Pi (3.14159), without the leading zeros in front of the 3, but as a string (any text characters), zero would certainly be retained.

If their code (program instruction) required 8 digits, even all zeros would be valid, but on the minicomputer I'm experienced in, a non-numeric character in a numerica calculation, ie addition, would result in zero, (or null) and zero might be a confirmation for 'this is not a valid entry.' (IF RR+0= OR RR+0=0 THEN GOSUB 900;GOTO 200)

Змінено cliffontheroad

more options

If the field you are writing in is a test field, it should record what you enter. If it's a numeric field, the leading zeros would be dropped.

What is it you are filling in?