HyperWorks Desktop

*EndInterpreter()

Indicates the end of an interpreter block.

*EndInterpreter()

Indicates the end of an interpreter block.

Previous topic Next topic No expanding text in this topic  

*EndInterpreter()

Indicates the end of an interpreter block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndInterpreter()

Example

*BeginInterpreter("tcl")

   hwi OpenStack

      hwi GetSessionHandle sess

      hwi GetProjectHandle proj

      set npg [proj GetNumberOfPages]

      messageBox –message "File has $npg pages"

   hwi CloseStack

*EndInterpreter()

Application

Independent of clients.

Valid in session files, report templates, and preference files.

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.

See also

 

*BeginInterpreter()

List of Preference Statements