Scatter values from a table to an array
──────────────────────────────────────────────────────────────────────────────

Syntax

H_Scatter( cAlaias , lAdd )

Arguments:

cAlias - File to scatter from
lAdd - If .T., scatter empty fields

Returns:

An array containing scattered data

Description:

The array returned is one dimensional, containing an element for
each field in cAlias. If lAdd is .F., the contents of each field
are placed in the array. If lAdd is .T., the blank equivalents of
the fields are placed in the array.

Examples:



Source: SCATTER.PRG

Author: Martin Colloby