T O P I C R E V I E W |
vijmal |
Posted - Dec 14 2006 : 04:28:09 AM I have a simple funciton
bool testing(bool btest) {
btest = false;
return btest; }
when i have my caret on btest and press F12 i get a message that the symbol is not found? is this a bug |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 14 2006 : 10:33:24 AM bugfix is correct, you want to look into VA's alt-g Go To command
http://www.wholetomato.com/products/features/goto.asp |
bugfix |
Posted - Dec 14 2006 : 05:07:48 AM F12 is IDE builtin and has nothing to do w/ VAX |