home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / Perl / Non-RPC / GDBM / Gdbm_ / NextKey < prev    next >
Text File  |  1997-07-15  |  454b  |  13 lines

  1. Gdbm_NextKey
  2. #Parent Gdbm_
  3. =>    R0 =    file handle from <Gdbm_Open>or <Gdbm_OpenIn>
  4.     R1 =    pointer to last keyword
  5.     R2 =    length of keyword
  6.     R3 =    pointer to buffer
  7.     R4 =    length of buffer
  8. <=    R0 =    length of keyword, or -1 if no keywords exist
  9.  
  10. Returns the next keyword from the database.
  11.  
  12. NOTE: Keywords are ordered in a hash table order. This is not necessarily alphabetic, and should not be relied on if <Gdbm_Delete> is called in the midst of a NextKey loop.
  13.