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; 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


This page is maintained by Michael Watts (mike@kel.otago.ac.nz)
Last modified on: 15/05/98.