Creates a data object of the specified dimensions.
function CreateData ( StgAlias : string; IntInputs : integer; IntOutputs : integer; IntRows : integer; BlnLabels : boolean ) : integer;
StgAlias : the alias to assign the new data object to
IntInputs : the number of input columns in the data set
IntOutputs : the number of output columns in the data set
IntRows : the number of rows to allocate in memory
BlnLabels : set to true if labels are needed.
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.