home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / Vyzkuste / scriptw / _SETUP.1 / structure.cfx < prev    next >
Text File  |  1999-12-29  |  405b  |  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)