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: PURGEM()
SP_PURGEM
PURGEM() Short: ------ PURGEM() Deletes records Returns: -------- Nothing Syntax: ------- PURGEM() Description: ------------ Deletes records of the currently opened DBF. Examples: --------- if lClean_em_up select 0 use QUERIES PURGEM() endif Notes: ------- This is intended for those small system files created by QUERY(), FORMLETR(), LISTER() etc. No PACKING is done. Source: ------- S_PURGEM.PRG