I've been trying to get this to work. I'm not even sure if it is possible.
I want to declare the object name then tell what happens to it.
Normal:
Advanced
Is there anyway to do it? I don't even know what to call it hence why I can't really search on it.
I want to declare the object name then tell what happens to it.
Normal:
VB.NET:
Textbox.Text = ""
Advanced
VB.NET:
("TextBox_" & intVariable).Text = ""
Is there anyway to do it? I don't even know what to call it hence why I can't really search on it.