COPIES THE CONTENT OF OBJECT NUMBER N TO THE OBJECT NUMBER M
ACTION
The command CONTENT_COPY N,M copies the content of object N to the object number M.
The system object number N must be of type : DLIST.
The system object number M must be of type : DLIST, HVIEWER.
SYNTAX:
CONTENT_COPY N,M
USE ERROR EXAMPLE
dlist 1
hviewer 2:full_space 2
item_add 1,""
item_add 1,"
item_add 1,"
item_add 1,""
item_add 1,""
item_add 1,"
item_add 1," PANORAMIC
item_add 1,"
item_add 1," "
item_add 1,""
item_add 1,""
content_copy 1,2
CONTENT_COPY
CONTENT_COPY N,M
"
SEE ALSO
DLIST
HVIEWER