Returns the value of a body property or a subtable column.
GetObjInfo(Handle,ObjectType,Property,[PropertyNumber]) returns the value of a body property in column PropertyNumber. If PropertyNumber is not specified then it defaults to 0 - the index of the first column. If PropertyNumber is negative then the values in all the columns are returned as a row vector.
GetObjInfo(Handle,ObjectType,TableName,,ColumnName,[RowNumber]) returns the value in row RowNumber of column ColumnName in subtable TableName. If RowNumber is not specified then it defaults to 0 - the index of the first row in a column. If RowNumber is negative then the values in all the rows are returned as a column vector.
GetObjInfo(Handle,ObjectType,,-1) returns the entire body of the object as an array with the first column listing the property names and subsequent columns their values.
GetObjInfo(Handle,ObjectType,TableName,,,-1) returns the entire contents of a subtable as an array with the first row giving the colum names and subsequent rows the values.