@verb #210:"count" any in/inside/into this rdo #60 @program #210:"count" any in/inside/into this "Copied from Generic Database (#10):count by Hacker (#60) May 21 02:01:51 2005" "count [entries|bytes] in " "Reports on the number of distinct string keys or the number of bytes of data in the db" player:tell("Calculating...") if (index("entries", dobjstr) == 1) player:tell(this:count_entries("", 0), " entries in ", $string_utils:nn(this)) elseif (index("bytes", dobjstr) == 1) player:tell(this:count_bytes("", 0), " bytes (of memory space) in ", $string_utils:nn(this)) else player:tell("Usage: ", verb, " entries|bytes in <db>") endif "Last modified by Dax (#789) on Sat May 21 02:01:51 2005 MDT." .