Actually, it is a window where small programs in the C# or Visual Basic languages can be created using all objects selected in the browser. So the programming skill in C# or Visual Basic is a necessary requirement.
In order to create new script window, select the Tools item in the New Code Window menu, or click the corresponding button on the toolbar.
The window is divided into several zones.
In the bottom right part of the window, there is a table where name, value and type of variables available for use in the scripts are listed. This list always contains objects of the CodeForm type – it is a current script window and the MLBrowser type – new browser for the returned object. Moreover, all the objects flagged in the opened browser windows also appear here.
In the upper right part of the window, there is a list of references to other .NET assemblies necessary for the script compilation. This list can be always completed by placing the full path to the necessary assembly into it.
In the central part of the window, programming code editor is located. It contains the description of the script in C# or Visual Basic. Examples of the script building are depicted in the Building scripts item.
The lower part of the window is used for outputting results of script compilation and for debugging information.