findNamespace
findNamespace(t_name) =>o_namespace/nil
Description
Returns the namespace object with the specified name.
Arguments
|
Specify the name for which you want to retrieve the namespace object. |
Value Returned
Examples
findNamespace("A")
=> ns@A
Related Topics
Return to top