hs_container::get_resources

Source: master/hs_container__get_resources.pro

 hs_container::get_resources
        Return the value of a specified resource.

 Usage:
        value = hsref -> get_resources(resource)

 Argument:
        resource string The name of the resource to return.

 Keyword:
        all             If set, then return all matching strings, otherwise
                        only the last found is returned.
        notranslate     If set, then do not translate environment
                        variables. (used by rc_maker)

 Notes:
        Returns an empty string if the resource is not found.

 History:
        Original: 23/2/00; SJT
        Made into a method of container class: 3/14/00; SJT
        Move environment variable translation here and add notranslate
        key: 22/3/01; SJT



James Tappin 2005-02-04