SEXPORT() Short: ------ SEXPORT() Export DBF to delimited or SDF files Returns: -------- Nothing Syntax: ------- SEXPORT([<aFields>,<aDesc>,<aTypes>,<aLens>,<aDeci>]) Description: ------------ This metafunction allows the user to select certain fields and, based on a condition or not, export them to a delimited or SDF file. [<aFields>,<aDesc>,<aTypes>,<aLens>,<aDeci>] Pass all or none. Array of field names, descriptions, types, lengths and decimals. Examples: --------- use CUSTOMER SEXPORT() Source: ------- S_EXPORT.PRG