
NAME :: allow_read_access

SYNTAX :: allow_read_access(string *arr);

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

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

allow_read_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 "read" access to your files.

