Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- db_VISTA III - d_setrm http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_SETRM

SUMMARY
   d_setrm(SET [,dbn])
   int SET;
   int dbn;

ARGUMENTS

   SET         The set type whose current member will be assigned as current
               record.

   dbn         (optional) The number of the database containing the record.

DESCRIPTION
   This function assigns the current record from the current member of SET.

CURRENCY CHANGES
   curr_rec = curr_mem[SET]

RETURN CODES

   -2     S_INVSET      Invalid set type. Probably passed a record or
                        field type instead of set type.

   -9     S_NOCM        The current member is null.



EXAMPLE

      d_setrm(HAS_PUBLISHED);
      pr_currrec(); /* print info record */

See Also: d_setmm d_setmo d_setmr d_setom d_setoo d_setor

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson