Contents - Index


EqnWindowTab

 

EqnWindowTab Tab Name

The Equation window in the Professional license can have multiple tabbed windows.  The EqnWindowTab macro allows the active tab to be set.  Tab Name can be either the name appearing on the tab or a previously-defined string variable containing the name appear on a tab.  The active tab is immediately changed when executing this command.  Any following macro commands, .e.g., Solve, will use the selected tab.

 

Example: {open an existing file, set its table to Simple Cycle and solve the equations in this tab}

F$=EESProgramDir$||'\USERLIB\EXAMPLES\EqnWindowTabs.EES'

Open F$

T$='Simple Cycle'

EqnWindowTab=T$

Solve

 

 

See also: Equation Window Tabs

 

 

MacroCommands