StructDelete  
 
 

Removes the specified item from the specified structure.

See also StructClear, StructFind, StructInsert, StructIsEmpty, StructKeyExists, StructCount, StructNew, and StructUpdate.

 
 
  Syntax  
 
StructDelete(structure, key [, indicatenotexisting ])

structure

Structure containing the item to be removed.

key

Item to be removed.

indicatenotexisting

Indicates whether the function returns FALSE if key does not exist. The default is FALSE, which means that the function returns Yes regardless of whether key exists. If you specify TRUE for this parameter, the function returns Yes if key exists and No if it does not.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.