Home page  
Help >
ddlGetRecno() - copy record numbers from collection to memory array field(s)
Version 7.11
ddlGetRecno() - copy record numbers from collection to memory array field(s) ddlGetRecno() - copy record numbers from collection to memory array field(s)

Prototype:
   void ddlGetRecno(
      CONTROL *ctl,
      char *OptnStr,
      char *ArgList
      long *recnoArray,
      int recnoArrayMax);

Permitted values in OptnStr: NA

Form of ArgList:
      <cx> <tableName> [<skip-count>]

Description:
ddlGetRecno() copies the 1-relative list of record numbers in the specified collection to an array that is supplied by the caller.

If <skip-count> is specified, the copy begins after the first <skip-count> records.

There is an internal call to ddlGetRecReset() before and after the collection is copied.

Value returned in Control.Ans1:
      Number of record numbers actually returned;

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.