SparseExpand
|
Miscellaneous functions |
SYNTAX | SparseExpand( query_points, data ) |
RETURNS | ARRAY |
FUNCTION | The function expands values from compressed 'data' array at points defined by non-zero values of 'query_points' |
EXAMPLE | only_when = ( Month() % 2 )
== 0; // even months only |
SEE ALSO | SparseCompress() function |
The SparseExpand function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.