At 11:12 AM -0800 3/4/99, Fawcett, Mitch wrote:
>I'm sitting here trying to figure out tables and I notice there is a
>TblGetNumberOfRows but there is not a corresponding TblGetNumberOfColumns.
>What's the preferred method of getting the column count? Thanks.
The built-in apps don't ever need to know the number of columns a table
has, because it's fixed for any table.
I suppose if you can't find a way to do the same sort of thing (that is,
have a fixed number of columns), then you can use tablePtr->numColumns. I
have a feeling we're pretty stuck supporting tables as they are, and I know
that I'd much prefer to just introduce a new row/column container object
than try to fix up tables to do everything I'd like them to do.
--Bob