FREQANAL() Short: ------ FREQANAL() Performs a frequency analysis on a DBF Returns: -------- Nothing Syntax: ------- FREQANAL() Description: ------------ Performs a point&shoot frequency analysis on selected fields of the DBF. Allows for tallying of additional numeric fields. New to 3.5 - now allows fields of type C D and N to be added to the frequency string. Additional Summary fields are now named SUM_1, SUM_2...etc in the output results. (previously they retained their original name) Examples: --------- USE (cDbfName) FREQANAL() Source: ------- S_FREQ.PRG