Suppose I have a main form named "main_form
" and I have few more forms name like "w_main_form
","g_main_form
" etc etc which are based on "main_form
" and they vary according to the 'category
'.
Now is there any easy way to generate names of derived forms and how to call them.
Suppose the category is "iron
" then the form name should be "w_main_form
" and when the category is "coal
" the form name should be "g_main_form
".