MathGroup Archive 2008

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

Search the Archive

Re: Manipulate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86239] Re: Manipulate
  • From: Nazdrovje <nazdrovje at gmail.com>
  • Date: Thu, 6 Mar 2008 03:02:40 -0500 (EST)
  • References: <fqlmn4$jcj$1@smc.vnet.net>

You could leave out the Print[] command. Value alone works fine.
Print[] prints it argument in the frontend, but doesn't return a
result on its own. A construct like a=Print[1] doesn't set a to a
value of 1.


  • Prev by Date: Development under Eclipse
  • Next by Date: Apply function to parts of a list
  • Previous by thread: Manipulate
  • Next by thread: Re: Manipulate