if you jump into a class from say Main.module using e.g. Class.Load("Screen01").AutoCreate().Main() How do you exit/close/return/unload the Screen01 class when you have finished there? i.e. return control back to the Main.module? K.