In VB.Net coding... is there a way to pull the variable name and display it in some type of label in the GUI.
For example:
variable name is "abc"
In a label on the Form it would say... abc
If I changed that variable name in the code to abc2
when the code was run the label would say abc2
...
Go to the complete details ...