Object Reference
:
Object View and Procedure Reference
:
Text
copy
Text Procs
Creates a copy of the text.
Creates either a named or unnamed copy of the text.
Syntax
text_name.
copy
text_name.
copy
dest_name
Examples
t1.copy
creates an unnamed copy of the text T1.
t1.copy t2
creates T2, a copy of the text T1.
Cross-references
See also
copy
.