Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Rename variable bug

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
tirelessfighter Posted - Oct 06 2009 : 10:47:58 PM
when you define a variable, which is used in several sentences and the several sentences are writen on only one line, you use rename function to rename the name of the variable won't rename all the copy of the variable.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 07 2009 : 3:19:54 PM
Can you post a code example that shows this problem please?

using VS2005 and VA 1738 with C++ I have just tested this code:

static void testGeneralCode()
{
	int nTest1; nTest1 = 2; ++nTest1; nTest1 += 3;
}

and rename is showing all instances of the variable "nTest1" on this line.

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