The information in this article applies to:
SYMPTOMS
An attempt to enter a value in CodeView fails and CodeView generates
an error message. CodeView versions 4.0x, 4.1, and 4.25 generates one
of the following messages:
-or-
-or-
-or- CodeView versions 3.x generate the following message:
CAUSEThe value has a leading zero and contains an "8" or a "9". CodeView treats a value that begins with a zero as an octal value. The error occurs when the value is not a legal octal value. RESOLUTIONRemove any leading zeros from a decimal number. To enter a decimal number without regard to the current input radix, prefix the number with 0n. To enter a hexadecimal number, prefix the number with 0x. Additional query words: 3.00 3.50 4.00 4.10
Keywords : kberrmsg kb16bitonly kbCodeView kbDebug kbVC |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |