This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
Copy list

Copy list 


 

Copy list ( list ) -> Function result 
Parameter Type   Description
list  ListRef in Reference to list to be copied
Function result  ListRef in List reference number to duplicated list

The Copy list command duplicates the list whose reference number you pass in list, and returns the list reference number of the new list.

After you have finished with the new list, call CLEAR LIST to delete it.



See also 

CLEAR LIST
Load list
New list

 
PROPERTIES 

Product: 4D
Theme: Hierarchical Lists
Number: 626

Can provoke memory leaks if the code does not delete references after use

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)