Integer variable is shown &HA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike OKC

    #1

    Integer variable is shown &HA

    VB.NET 2003
    I'm new to VB.NET, so this should be an easy fix.

    My integer variable showing &HA when I hover the mouse pointer over the
    variable, and also shown in Locals, Name: intLoop Value: &HA It's like my
    integers are showing in hexadecimal. I want to see the decimal value. Maybe a
    setting in VS.2003? Maybe the value is not hex but a memory block for the
    variable?

    All of my projects act like this, with all integer variables.




  • Oenone

    #2
    Re: Integer variable is shown &HA

    Mike OKC wrote:
    My integer variable showing &HA when I hover the mouse pointer over
    the variable, and also shown in Locals, Name: intLoop Value: &HA It's
    like my integers are showing in hexadecimal.
    They are. Right-click the Locals window and uncheck the "Hexadecima l
    display" box.

    --

    (O)enone


    Comment

    • Mike OKC

      #3
      Re: Integer variable is shown &HA

      It worked. I knew it was easy. Thank you.

      "Oenone" wrote:
      Mike OKC wrote:
      My integer variable showing &HA when I hover the mouse pointer over
      the variable, and also shown in Locals, Name: intLoop Value: &HA It's
      like my integers are showing in hexadecimal.
      >
      They are. Right-click the Locals window and uncheck the "Hexadecima l
      display" box.
      >
      --
      >
      (O)enone
      >
      >
      >

      Comment

      Working...