PICKNDX() Allows user to select indexes to open BLDDBF() Create a DBF from a delimited string or an array OPENIND() Opens an array of indexes PURGEM() Deletes records QFLDSTYPE() Count # of fields of a given type or types
Tag Archives: PICKNDX()
SP_PICKNDX
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