home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / structure.cfx < prev    next >
Encoding:
Text File  |  1999-12-29  |  405 b   |  13 lines

  1. IsStruct(variable)
  2. StructClear(structure)
  3. StructCopy(structure)
  4. StructCount(structure)
  5. StructDelete(structure, key [, indicatenotexisting ])
  6. StructFind(structure, key)
  7. StructInsert(structure, key, value [, allowoverwrite ])
  8. StructIsEmpty(structure)
  9. StructKeyArray(structure)
  10. StructKeyExists(structure, key)
  11. StructKeyList(structure [, delimiter])
  12. StructNew()
  13. StructUpdate(structure, key, value)