*EndInterpreter()
Indicates the end of an interpreter block.
Syntax
*EndInterpreter()
Application
Independent of clients.
Valid in session files, report templates, and preference files.
Example
*BeginInterpreter("tcl")
    hwi OpenStack
       hwi GetSessionHandle sess
       hwi GetProjectHandle proj
       set npg [proj GetNumberOfPages]
       messageBox –message "File has $npg pages"
    hwi CloseStack
*EndInterpreter()Comments
All text in the *BeginInterpreter() block is executed using the specified interpreter. Interpreter blocks are executed immediately when loading a session file. Interpreter blocks are executed immediately after instantiating a report template.