I have an application with forms as follows:
Form1, Form2, Form3, etc
I want to be able to at run time choose which form to display without having to explictly state something like
If x=1 then Form1.show

is there way to say 'form(x).show' for any given "x"? Thanks in advance