4D v17.4New list | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17.4
 
New list 
                                
                                
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| New list -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| Function result | ListRef | 
             
         | 
        List reference number | |||||
New list creates a new, empty hierarchical list in memory and returns its unique list reference number.
WARNING: Hierarchical lists are held in memory. When you are finished with a hierarchical list, it is important to dispose of it and free the memory, using the command CLEAR LIST.
Several other commands allow you to create hierarchical lists:
After you have created a hierarchical list using New list, you can:
See example for the APPEND TO LIST command.
									APPEND TO LIST
									
									BLOB to list
									
									CLEAR LIST
									
									Copy list
									
									DELETE FROM LIST
									
									INSERT IN LIST
									
									LIST TO BLOB
									
									Load list
									
	Product:  4D
	Theme:  Hierarchical Lists
	Number:  
        375
        
        
        
	
	Created:  4D v6
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v17)
	
	
	
	
	
	
	4D Language Reference ( 4D v17.1)
	
	
	4D Language Reference ( 4D v17.2)
	
	
	4D Language Reference ( 4D v17.3)
	
	4D Language Reference ( 4D v17.4)
	
	
Add a comment