CONTENT_COPY

CONTENT_COPY N,M

COPIES THE CONTENT OF OBJECT NUMBER N TO THE OBJECT NUMBER M

  • Type: Command
  • Parameters: 2
  • Group: System Objects

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

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.
  • M = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command CONTENT_COPY is used to copy the content of an object to another one.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If number N is not of the type : DLIST.
  • If number M is not a correct expression.
  • If number M exceeds the allowed maximum number of system objects.
  • If number M is less than 0.
  • If system object number M does not exist.
  • If number M is not of the type : DLIST, HVIEWER.

EXAMPLE

dlist 1

hviewer 2:full_space 2

item_add 1,""

item_add 1,""

item_add 1,"Untitled Document"

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

SEE ALSO

DLIST

HVIEWER