RootPanelOn()
Opens a new panel in the current module.
Synopsis
RootPanelOn( string FileName, string PanelName, dyn_string Parameter
                    );
Parameters
| Parameter | Description | 
|---|---|
| FileName | File name of the panel to open | 
| PanelName | Name of the panel to open | 
| Parameters | List of $parameters to be transferred | 
Return value
None
Error
Description
The function opens a panel FileName with a namePanelName in the current module.
                
                Example
            
main()
{
  RootPanelOn("misc", "P1", "");
}
        Assignment
panel.ctl
Availability
UI
