Am I right in assuming that this will give me the total number of tables in the data dictionary?
SysDictTable sysDictTable; Dictionary dict = new Dictionary(); DictTable dictTable; info(strFmt('%1',dict.tableCnt()));
I got something like 26,000 tables.