Mike:
If the user is making a selection of rows, you could try
selrows = SelectionInfo(SEL_INFO_NROWS)
tabrows = TableInfo("tab_name",TAB_INFO_NROWS)
then,
Print (or Ask or Dialog,etc) "You have selected " + selrows + " out of " + tabrows
Is this what you're after?
Gerald
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
- MI TableInfo(...,8) - Table Row Counts Mike Haden
- Gerald Kornelson
