Table of Contents


NAME

data:data2array - put data values into array (Decida Procedure)

USAGE

          data:data2array d array acols vcols

ARGUMENTS

d data object
array name of array
acols column names to use as associative array indices
vcols column names to use as associative array values

RESULTS

creates array(vcol-$acol1-$acol2...) = $vcol for each vcol

AUTHOR

Richard Booth

Table of Contents