Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX Definition dropdown shows wrong value in C#
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

gbozoki
Ketchup Master

USA
70 Posts

Posted - Aug 16 2012 :  4:44:33 PM  Show Profile  Reply with Quote
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"

Edited by - gbozoki on Aug 16 2012 4:46:03 PM

feline
Whole Tomato Software

United Kingdom
19152 Posts

Posted - Aug 20 2012 :  2:25:11 PM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000