ArborX


tcopy

Longname: t copy   Open the Documentation Legend Quick Feedback to APP Documentation Team
Released: 6.82a 
Created: 6.82a 
See also: tcut tgcopy tpaste clip

Summary
Copies selected frames, text or graphics into the appropriate clipboard file, without removing them from your document.
Example extract

The macro below copies selected object graphics to a file in Arbortext APP format. This provides you with a simple way of maintaining several Arbortext APP object graphics clipboards, which can be accessed using the tpaste macro.

 tcopy "c:/3d/test.3o"

Syntax (6.82a)
tcopy  filename:s?  extended:o?
Ø:

In Page Mode, the selected frame, frames, or group of frames is copied to the frame clipboard ( clip.3p). By default only the frames' attributes are copied, not their contents: if you want to copy their contents as well you should use the extended switch listed below. In Text Mode, selected text is copied to the text clipboard (clip.3t). In Graphics Mode, selected graphics are copied to the graphics clipboard (clip.3o). Items are not removed from the document after they have been copied.

filename:s

The name of a file in 3B2 format (e.g. .3p, .3t, or .3o) to which you want to copy your selection.

extended:o
When copying frames only the frame attributes are copied (default).
When copying frames the frame attributes and any dependant contents are copied. All tags directly attached to the frame are recursively searched to find any other tags that will be required to reproduce the frame and its contents in another document.

Document created on 08-Feb-2003 (revision 1)