QualifiedName

Revision as of 21:13, 25 August 2026 by Lchrisman (talk | contribs) (added category)
(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
Loading comments...