GetDataStructure


Purpose

Returns the structure of the specified data object.

Function Declaration

function GetDataStructure ( StgAlias : string; var IntInputs : integer; var IntOutputs : integer; var IntRows : integer; var IntDataRows : integer; var BlnLabels : boolean ) : integer;

Arguments

StgAlias : the alias of the data object
IntInputs : number of input columns in the object
IntOutputs : number of output columns in the object
IntRows : number of rows allocated in memory
IntDataRows : number of rows currently filled
BlnLabels : whether or not labels exist in the object


return to main page


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