How to get number of rows and columns in a table

I know I've been posting a lot of questions lately, but as a newbie, I'm having trouble finding the answers I need in the documentation for DOOR DXL.  My latest question refers to tables.  I want to check to see if a table has added or deleted either columns or rows from one baseline to another.  Is there a simple call I can use (such as numRows) to give me the number of rows or columns within a table, or do I have to use a counter and loop through the rows or cells in a row?  I realize DOORS wasn't originally made to worry about this type of specifics, but I'm trying to write a script that displays only the differences between 2 document baselines, which would include adding or deleting rows/columns from tables.

 

Chris


Christopher Cote - Mon Oct 10 12:17:36 EDT 2016

Re: How to get number of rows and columns in a table
DOORSHAM - Mon Oct 10 13:32:24 EDT 2016

You have to iterate.

 

Why don't use the built in compare of baselines?