I have a window name w_menu_holder
I want to create the window from thje string "w_menu_holder"
Is it possible to do so?
This is what I am trying that doesn't work.
window lw_window // Declare a window variable
string ls_window
ls_window = 'w_menu_holder'
// Dynamically create an instance of the window using the string name
lw_window = Create using ls_window
Open (lw_window)
You are most welcome. ;-)