
NAME :: allow_write_access

SYNTAX :: allow_write_access(string *arr);

This functions is specifically used by the WORKROOM inherit. Anyone
named by this function will be granted the "write" access level to your
objects. They will also be granted "scan","guest" and "read" levels if
they are set at the "write" level of access by you.

  ----<<< SAMPLES >>>----

allow_write_access( ({ "larry","moe","curley" }) );
       If you inherit WORKROOM into your workroom file and place
       the above line in the create() section, then larry, moe and
       curley will be granted "write" access to your files.

