MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Visulizing the content of a variable

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93510] Visulizing the content of a variable
  • From: Miguel <misvrne at gmail.com>
  • Date: Thu, 13 Nov 2008 04:02:43 -0500 (EST)

In Mathematica 6.0.1 I can`t to visualize the content of a variable
created in my package. With v 5.0.1 I can to do it.

With 5.0.1
MyPackage`Private`
var=5;

Notebook->
MyPackage`Private`var
5

With 6.0.1
MyPackage`Private`
var=5;

Notebook->
MyPackage`Private`var
Null

Why?


  • Prev by Date: Re: Re: How do little quickest ?
  • Next by Date: How to export a lot of different plots?
  • Previous by thread: PDE problem with Wentzell-Robin boundary condition: wrong solution without any warning
  • Next by thread: Re: Visulizing the content of a variable