Macro Language Reference > Macros > System > clip
  
clip
Description
System macro: a keyword is used by the clipboards feature, which saves and loads the .3L files that store the clipboard content.
Syntax
clip index:n line_count:n
index
The clipboard number to fill.
line_count
The number of $...<> lines of content to read in from the current file buffer. line_count is needed as clip copies the lines verbatim into the clipboard buffer so you can cut and paste items such as graphics and rasters.
Additional Information
 
This macro is only used by PTC ALD and it is not recommended that you try to use it directly or for anything other than its intended purpose.
Related Links