Macro Language Reference > Macros > Window > tyt
  
tyt
Description
Enters a macro into the edit bar information area when PTC ALD is in Text Mode.
 
Example 317. Add a macro to a specific line in the Edit Mode edit bar
The macro shown below adds a line for the th macro at line 3 of the Edit Mode edit bar information area:
tyt "th",3
Syntax
tyt macro:s line:n?
macro
The macro to be added to the edit bar information area. This must be a Text Mode attributes macro. Specifying a macro without a name, i.e. tyt "", creates a blank line in the edit bar information area.
line
The number of the row at which the new entry is to appear, numbered from the top (the first line is numbered 1).