QualifiedName

Revision as of 15:55, 28 May 2026 by Lchrisman (talk | contribs) (Created page with "''New to Analytica 7.1'' == QualifiedName( obj'', nsContext'' ) == Returns a textual namespace path that uniquely identifies «obj» from an expression in «nsContext»....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

New to Analytica 7.1

QualifiedName( obj, nsContext )

Returns a textual namespace path that uniquely identifies «obj» from an expression in «nsContext». When «obj» is in context from «nsContext» and non-ambiguous, the result is just the identifier of «obj». If a namespace path is required to disambiguate, or due to being out of context (e.g., due to private scopes), then the result may be a namespace path such as "NS1::NS2::X". For a local object that is not in any global namespace, returns Null.

See also

Comments


You are not allowed to post comments.