[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION PICKNDX()

  Short:
  ------
  PICKNDX() Allows user to select indexes to open

  Returns:
  --------
  <nSelected> => number of indexes selected

  Syntax:
  -------
  PICKNDX(aIndexes)

  Description:
  ------------
  Allows the user to point and shoot index selection.

  [aIndexes] is an array to fill with index names. It
  can be of any size, including {}. It is set back to {}
  before selection

  Examples:
  ---------
   aIndexes := {}
   nPicked  := pickndx(aIndexes)

  Source:
  -------
  S_PICKND.PRG


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson