AppendRow


Purpose

Appends a row of data to the end of the data set.

Function Declaration

function AppendRow ( StgAlias : string; DyaFltInputs : Variant; DyaFltOutputs : Variant; DyaStgLabels : Variant; DyaFltLabelWeights : Variant; BlnInputs : boolean; BlnOutputs : boolean; BlnLabels : boolean ) : integer;

Arguments

StgAlias : alias of the data object to append to
DyaFltInputs : one dimensional variant array of reals, containing the data for the inputs
DyaFltOutputs : one dimensional variant array of reals, containing the data for the outputs
DyaStgLabels : one dimensional variant array of strings, containing the labels
DyaFltLabelWeights : one dimensional variant array of floats, containing the label weights: must be the same size as DyaStgLabels
BlnLabels : flag to indicate whether or not to include labels
BlnInputs : flag to indicate whether or not to include inputs
BlnOutputs : flag to indicate whether or not to include outputs


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.