Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX Definition dropdown shows wrong value in C#

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
gbozoki Posted - Aug 16 2012 : 4:44:33 PM
Using VS 2008 and VAX 10.7.1912 the following code shows the wrong value for the DUMMY symbol:

using System;
using System.Text;

namespace ConsoleApplication9
{
    class Program
    {
        private const string DUMMY = "A:\\\\A";
        
        static void Main ( string[] args )
        {
            string s = DUMMY;
        }
    }
}


When you click the DUMMY symbol the value in the VAX Definitions dropdown (next to the Go to Implementation button) shows this:

private const string DUMMY = "A.A"
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 20 2012 : 2:25:11 PM
I am seeing the same effect here. Thank you for the clear description.

case=68618

As a temporary work around if you suspect a problem, you can use alt-g on "DUMMY" to go to where it is defined and declared, to see the correct value.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000