Macro Language Reference > Macros > Application > tcutx
  
tcutx
Description
Supports the cut of PTC ALD text, graphics or objects to a clipboard.
Syntax
tcutx clip:n?
clip
The clipboard to which to place the cut object(s): an integer in the range 0-19
Additional Information
When data is cut to the clipboards using tcutx, the data is stored in tag format and given a name clipX, where X is replaced with the target clipboard number. You can view the "raw" tag format data of any clipboard using the Clipboards Explorer.
The tcutx macro provides functionality identical to the tcut macro, the main difference being that you supply a clipboard number instead of a filename.
Related Links