View vbmacro variable in the Watch Window
View vbmacro variable in the Watch Window
I can add a signal to the watch window to observe how it changes over time. I would like to see the value of a macro variable in the watch window. Is this possible, and if so, how would I add the variable?
Re: View vbmacro variable in the Watch Window
Hi,
you could use a virtual variable for this purpose. Generate a virtual variable in your symbol file or macro, and set a value to that signal through your macro.
regards
Michael
you could use a virtual variable for this purpose. Generate a virtual variable in your symbol file or macro, and set a value to that signal through your macro.
regards
Michael