| 
   
Example Directory vectorDelete 001
  
 | 
 
 
Description
 This example defines a Directory and uses the remove function to 
                   destructively delete a key-value binding by specified the Directory key.
                  If the key does not exist in the Directory then the same Directory is returned unchanged.
	
 
 
 
Details
|  $(setq X   #{dir| #Jan,1,1996 "New Year's Day"  #May,29,1996  "Memorial Day" } )   
 | 
 Returns: #<Directory 123456> 
 | 
Removes the key-value binding with key X: in the current Directory.
|  (vectorDelete X #Jan,1,1996)    
 | 
 Returns: #<Directory 123456> 
 | 
Displays the modified Directory.
|   (display X)     
 | 
 Returns: #{dir| #May,29,1996 "Memorial Day"}
 | 
 
 
Related Examples
 
Here are examples of the remove function at work. 
 
 
Function Links
Here is the link to the current function used in this example. 
remove
Here are a number of links to other related functions.
 
 
Argument Types
 
 Here are the links to the  data types  of the arguments used in this example.  
 Here are a number of links to examples having similar argument types. 
  
 
 
 
 | 
Analytic Information Server (AIS)
AIS Component Systems
 
  - Smartbase Engine
 
  - QT C++ Libraries
 
  - MySQL Relational Database
 
  - AIS Lisp Libraries
 
  - Rapid Analytic Demo IDE
 
 
 |