@verb #210:"count_bytes" this none this rxdo #60 @program #210:"count_bytes" this none this "Copied from Generic Database (#10):count_bytes by Hacker (#60) May 21 02:08:34 2005" count = 0 for p in (properties(this)) if (p[1] == " " && p != " " && !is_clear_property(this, p)) count = count + value_bytes(p) + value_bytes(this.(p)) endif $command_utils:suspend_if_needed() endfor return count "Last modified by Dax (#789) on Sat May 21 02:08:34 2005 MDT." .