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