4D v14.3

COPY SET

Home

 
4D v14.3
COPY SET

COPY SET 


 

COPY SET ( srcSet ; dstSet ) 
Parameter Type   Description
srcSet  String in Source set name
dstSet  String in Destination set name

The COPY SET command copies the contents of the set srcSet into the set dstSet.

Both sets can be process, interprocess or local sets.

The following example, in Client/Server, copies the local set "$SetA", maintained on the client machine, to the process set "SetB", maintained on the server machine:

 COPY SET("$SetA";"SetB")

The following example, in Client/Server, copies the process set "SetA", maintained on the server machine, to the local process set "$SetB", maintained on the client machine:

 COPY SET("SetA";"$SetB")

 
PROPERTIES 

Product: 4D
Theme: Sets
Number: 600

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

Sets

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)