Macro Language Reference > Macros > Application > tcopyx
  
tcopyx
Description
Supports the copy of PTC ALD text, graphics or objects to a clipboard.
Syntax
tcopyx clip:n w:L?
clip
The PTC ALD clipboard to which to place the copied object(s): an integer in the range 0-19
w
Copy the specified object(s) to the Windows clipboard (Windows versions of PTC ALD only).
Additional Information
When data is copied to the clipboards using tcopyx, 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 tcopyx macro provides functionality identical to the tcopy macro, the main difference being that you supply a clipboard number instead of a filename.
Related Links