Contents - Index


Paste (Macro Commands)

 

Paste Lookup 'Lookup 1' /A  Row=2 Col=3

Paste the contents of the clipboard into the Lookup table named 'Lookup 1' starting at row 2 column 3.   Instead of integers, previously-defined variables can be used for the starting row and column. The /A is optional.  If present, the paste operation will add more rows to the table if needed.  

 

Paste Parametric 'Table 1' /A  Row=2 Col=3

Paste the contents of the clipboard into the Parametric table named 'Table 1' starting at row 2 column 3.  Instead of integers, previously-defined variables can be used for the starting row and column. The /A is optional.The /A is optional.  If present, the paste operation will add more rows to the table if needed. 

 

An older format of these commands specified the row and column with Rm and Cn, where m and n are integers.  This format is accepted but it is deprecated and may not be available in the future.

 

MacroCommands