Skip to content
Prev 83332 / 398506 Next

update to posting guide: use 'sessionInfo()' instead of 'version'

I think using sessionInfo() instead of version is a good idea.
On 29 Dec 2005, tplate at acm.org wrote:
Another thing not currently reported by sessionInfo() is a list of
loaded name spaces.  As more packages use name spaces and importing
dependencies instead of attaching them, this will become useful debug
info.

Loaded name spaces can be listed using loadedNamespaces().

+ seth