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