@verb #310:"get_data" this none this rxdo #60 @program #310:"get_data" this none this "Retrieve the data stored on this object." ":get_data(#123)" {who} = args (who = toint(who)) || raise(E_INVARG, "Not an object or number.", args[1]) try data = this.(tostr(who)) except (E_PROPNF) "Use :_get so that it can be hooked." data = this:_get_default_data(who) endtry return data "Last modified by Dax (#789) on Tue May 3 14:09:31 2005 MDT." .