1ca @verb #0:"get_property" this none this rxdo #55 @program #0:"get_property" this none this "Wrapper for reading properties on objects /and/ on waifs. Only use this where you want to access both objects and waifs." {object, propertyname} = args set_task_perms(caller_perms()) if (typeof(object) == WAIF) return object->(propertyname) else return object.(propertyname) endif "Last modified by Lao-Tzu (#8084) on Mon Aug 12 08:26:07 2002 MDT." . 0